Searched refs:n_hdlc (Results 1 – 7 of 7) sorted by relevance
135 struct n_hdlc { struct156 static struct n_hdlc *n_hdlc_alloc(void); argument163 struct n_hdlc *n_hdlc = tty->disc_data; in flush_rx_queue() local166 while ((buf = n_hdlc_buf_get(&n_hdlc->rx_buf_list))) in flush_rx_queue()167 n_hdlc_buf_put(&n_hdlc->rx_free_buf_list, buf); in flush_rx_queue()172 struct n_hdlc *n_hdlc = tty->disc_data; in flush_tx_queue() local175 while ((buf = n_hdlc_buf_get(&n_hdlc->tx_buf_list))) in flush_tx_queue()176 n_hdlc_buf_put(&n_hdlc->tx_free_buf_list, buf); in flush_tx_queue()198 struct n_hdlc *n_hdlc = tty->disc_data; in n_hdlc_tty_close() local200 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``