Home
last modified time | relevance | path

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

/linux/drivers/tty/
H A Dn_hdlc.c144 static struct n_hdlc_buf *n_hdlc_buf_get(struct n_hdlc_buf_list *list);
159 while ((buf = n_hdlc_buf_get(&n_hdlc->rx_buf_list)))
168 while ((buf = n_hdlc_buf_get(&n_hdlc->tx_buf_list))) in flush_rx_queue()
177 buf = n_hdlc_buf_get(list); in flush_tx_queue()
274 tbuf = n_hdlc_buf_get(&n_hdlc->tx_buf_list); in n_hdlc_send_frames()
302 tbuf = n_hdlc_buf_get(&n_hdlc->tx_buf_list); in n_hdlc_send_frames()
377 buf = n_hdlc_buf_get(&n_hdlc->rx_free_buf_list); in n_hdlc_tty_receive()
443 rbuf = n_hdlc_buf_get(&n_hdlc->rx_buf_list); in n_hdlc_tty_read()
532 tbuf = n_hdlc_buf_get(&n_hdlc->tx_free_buf_list); in n_hdlc_tty_write()
733 * n_hdlc_buf_get in n_hdlc_buf_put()
747 static struct n_hdlc_buf *n_hdlc_buf_get(struct n_hdlc_buf_list *buf_list) n_hdlc_buf_get() function
[all...]