Searched refs:n_hdlc (Results 1 – 7 of 7) sorted by relevance
135 struct n_hdlc { struct158 static struct n_hdlc *n_hdlc_alloc(void); argument166 struct n_hdlc *n_hdlc = tty->disc_data; in flush_rx_queue() local169 while ((buf = n_hdlc_buf_get(&n_hdlc->rx_buf_list))) in flush_rx_queue()170 n_hdlc_buf_put(&n_hdlc->rx_free_buf_list, buf); in flush_rx_queue()175 struct n_hdlc *n_hdlc = tty->disc_data; in flush_tx_queue() local178 while ((buf = n_hdlc_buf_get(&n_hdlc->tx_buf_list))) in flush_tx_queue()179 n_hdlc_buf_put(&n_hdlc->tx_free_buf_list, buf); in flush_tx_queue()201 struct n_hdlc *n_hdlc = tty->disc_data; in n_hdlc_tty_close() local203 if (n_hdlc->magic != HDLC_MAGIC) { in n_hdlc_tty_close()[all …]
10 obj-$(CONFIG_N_HDLC) += n_hdlc.o
234 The module will be called n_hdlc. If you want to do that, say M
63 HDLC_MAGIC 0x239e n_hdlc ``drivers/char/n_hdlc.c``
66 HDLC_MAGIC 0x239e n_hdlc ``drivers/char/n_hdlc.c``
74 HDLC_MAGIC 0x239e n_hdlc ``drivers/char/n_hdlc.c``
80 HDLC_MAGIC 0x239e n_hdlc ``drivers/char/n_hdlc.c``