Searched refs:n_hdlc_buf_get (Results 1 - 1 of 1) sorted by relevance

/drivers/tty/
H A Dn_hdlc.c165 static struct n_hdlc_buf *n_hdlc_buf_get(struct n_hdlc_buf_list *list);
204 while ((buf = n_hdlc_buf_get(&n_hdlc->rx_buf_list)))
214 while ((buf = n_hdlc_buf_get(&n_hdlc->tx_buf_list)))
260 buf = n_hdlc_buf_get(&n_hdlc->rx_free_buf_list);
267 buf = n_hdlc_buf_get(&n_hdlc->tx_free_buf_list);
274 buf = n_hdlc_buf_get(&n_hdlc->rx_buf_list);
281 buf = n_hdlc_buf_get(&n_hdlc->tx_buf_list);
411 tbuf = n_hdlc_buf_get(&n_hdlc->tx_buf_list);
447 tbuf = n_hdlc_buf_get(&n_hdlc->tx_buf_list);
540 buf = n_hdlc_buf_get(
930 static struct n_hdlc_buf* n_hdlc_buf_get(struct n_hdlc_buf_list *list) function
[all...]

Completed in 9 milliseconds