Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/
H A Dn_hdlc.c134 struct n_hdlc { struct
157 static struct n_hdlc *n_hdlc_alloc(void); argument
165 struct n_hdlc *n_hdlc = tty->disc_data; in flush_rx_queue() local
168 while ((buf = n_hdlc_buf_get(&n_hdlc->rx_buf_list))) in flush_rx_queue()
169 n_hdlc_buf_put(&n_hdlc->rx_free_buf_list, buf); in flush_rx_queue()
174 struct n_hdlc *n_hdlc = tty->disc_data; in flush_tx_queue() local
177 while ((buf = n_hdlc_buf_get(&n_hdlc->tx_buf_list))) in flush_tx_queue()
178 n_hdlc_buf_put(&n_hdlc->tx_free_buf_list, buf); in flush_tx_queue()
200 struct n_hdlc *n_hdlc = tty->disc_data; in n_hdlc_tty_close() local
202 if (n_hdlc->magic != HDLC_MAGIC) { in n_hdlc_tty_close()
[all …]
H A DMakefile10 obj-$(CONFIG_N_HDLC) += n_hdlc.o
H A DKconfig316 The module will be called n_hdlc. If you want to do that, say M
/OK3568_Linux_fs/kernel/Documentation/translations/zh_CN/process/
H A Dmagic-number.rst63 HDLC_MAGIC 0x239e n_hdlc ``drivers/char/n_hdlc.c``
/OK3568_Linux_fs/kernel/Documentation/process/
H A Dmagic-number.rst74 HDLC_MAGIC 0x239e n_hdlc ``drivers/char/n_hdlc.c``
/OK3568_Linux_fs/kernel/Documentation/translations/it_IT/process/
H A Dmagic-number.rst80 HDLC_MAGIC 0x239e n_hdlc ``drivers/char/n_hdlc.c``