Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/tty/
Dn_hdlc.c134 struct n_hdlc { struct
155 static struct n_hdlc *n_hdlc_alloc(void); argument
162 struct n_hdlc *n_hdlc = tty->disc_data; in flush_rx_queue() local
165 while ((buf = n_hdlc_buf_get(&n_hdlc->rx_buf_list))) in flush_rx_queue()
166 n_hdlc_buf_put(&n_hdlc->rx_free_buf_list, buf); in flush_rx_queue()
171 struct n_hdlc *n_hdlc = tty->disc_data; in flush_tx_queue() local
174 while ((buf = n_hdlc_buf_get(&n_hdlc->tx_buf_list))) in flush_tx_queue()
175 n_hdlc_buf_put(&n_hdlc->tx_free_buf_list, buf); in flush_tx_queue()
197 struct n_hdlc *n_hdlc = tty->disc_data; in n_hdlc_tty_close() local
199 if (n_hdlc->magic != HDLC_MAGIC) { in n_hdlc_tty_close()
[all …]
DMakefile10 obj-$(CONFIG_N_HDLC) += n_hdlc.o
DKconfig316 The module will be called n_hdlc. If you want to do that, say M
/Linux-v5.10/Documentation/translations/zh_CN/process/
Dmagic-number.rst63 HDLC_MAGIC 0x239e n_hdlc ``drivers/char/n_hdlc.c``
/Linux-v5.10/Documentation/process/
Dmagic-number.rst74 HDLC_MAGIC 0x239e n_hdlc ``drivers/char/n_hdlc.c``
/Linux-v5.10/Documentation/translations/it_IT/process/
Dmagic-number.rst80 HDLC_MAGIC 0x239e n_hdlc ``drivers/char/n_hdlc.c``