Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/
Dn_hdlc.c142 struct n_hdlc { struct
166 static struct n_hdlc *n_hdlc_alloc (void); argument
193 #define tty2n_hdlc(tty) ((struct n_hdlc *) ((tty)->disc_data))
194 #define n_hdlc2tty(n_hdlc) ((n_hdlc)->tty) argument
198 struct n_hdlc *n_hdlc = tty2n_hdlc(tty); in flush_rx_queue() local
201 while ((buf = n_hdlc_buf_get(&n_hdlc->rx_buf_list))) in flush_rx_queue()
202 n_hdlc_buf_put(&n_hdlc->rx_free_buf_list, buf); in flush_rx_queue()
207 struct n_hdlc *n_hdlc = tty2n_hdlc(tty); in flush_tx_queue() local
210 while ((buf = n_hdlc_buf_get(&n_hdlc->tx_buf_list))) in flush_tx_queue()
211 n_hdlc_buf_put(&n_hdlc->tx_free_buf_list, buf); in flush_tx_queue()
[all …]
DMakefile10 obj-$(CONFIG_N_HDLC) += n_hdlc.o
DKconfig302 The module will be called n_hdlc. If you want to do that, say M
/Linux-v4.19/Documentation/translations/zh_CN/
Dmagic-number.txt66 HDLC_MAGIC 0x239e n_hdlc drivers/char/n_hdlc.c
/Linux-v4.19/Documentation/process/
Dmagic-number.rst72 HDLC_MAGIC 0x239e n_hdlc ``drivers/char/n_hdlc.c``