Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/
Dn_hdlc.c145 struct n_hdlc { struct
169 static struct n_hdlc *n_hdlc_alloc (void); argument
196 #define tty2n_hdlc(tty) ((struct n_hdlc *) ((tty)->disc_data))
197 #define n_hdlc2tty(n_hdlc) ((n_hdlc)->tty) argument
201 struct n_hdlc *n_hdlc = tty2n_hdlc(tty); in flush_rx_queue() local
204 while ((buf = n_hdlc_buf_get(&n_hdlc->rx_buf_list))) in flush_rx_queue()
205 n_hdlc_buf_put(&n_hdlc->rx_free_buf_list, buf); in flush_rx_queue()
210 struct n_hdlc *n_hdlc = tty2n_hdlc(tty); in flush_tx_queue() local
214 while ((buf = n_hdlc_buf_get(&n_hdlc->tx_buf_list))) in flush_tx_queue()
215 n_hdlc_buf_put(&n_hdlc->tx_free_buf_list, buf); in flush_tx_queue()
[all …]
DMakefile7 obj-$(CONFIG_N_HDLC) += n_hdlc.o
DKconfig326 The module will be called n_hdlc. If you want to do that, say M
/linux-4.4.14/Documentation/zh_CN/
Dmagic-number.txt66 HDLC_MAGIC 0x239e n_hdlc drivers/char/n_hdlc.c
/linux-4.4.14/Documentation/
Dmagic-number.txt66 HDLC_MAGIC 0x239e n_hdlc drivers/char/n_hdlc.c