Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/tty/
Dn_hdlc.c135 struct n_hdlc { struct
158 static struct n_hdlc *n_hdlc_alloc(void); argument
166 struct n_hdlc *n_hdlc = tty->disc_data; in flush_rx_queue() local
169 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() local
178 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() local
203 if (n_hdlc->magic != HDLC_MAGIC) { in n_hdlc_tty_close()
[all …]
DMakefile10 obj-$(CONFIG_N_HDLC) += n_hdlc.o
DKconfig234 The module will be called n_hdlc. If you want to do that, say M
/linux-5.19.10/Documentation/translations/zh_CN/process/
Dmagic-number.rst63 HDLC_MAGIC 0x239e n_hdlc ``drivers/char/n_hdlc.c``
/linux-5.19.10/Documentation/translations/zh_TW/process/
Dmagic-number.rst66 HDLC_MAGIC 0x239e n_hdlc ``drivers/char/n_hdlc.c``
/linux-5.19.10/Documentation/process/
Dmagic-number.rst74 HDLC_MAGIC 0x239e n_hdlc ``drivers/char/n_hdlc.c``
/linux-5.19.10/Documentation/translations/it_IT/process/
Dmagic-number.rst80 HDLC_MAGIC 0x239e n_hdlc ``drivers/char/n_hdlc.c``