Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/tty/
Dn_hdlc.c131 struct n_hdlc { struct
153 static struct n_hdlc *n_hdlc_alloc(void); argument
161 struct n_hdlc *n_hdlc = tty->disc_data; in flush_rx_queue() local
164 while ((buf = n_hdlc_buf_get(&n_hdlc->rx_buf_list))) in flush_rx_queue()
165 n_hdlc_buf_put(&n_hdlc->rx_free_buf_list, buf); in flush_rx_queue()
170 struct n_hdlc *n_hdlc = tty->disc_data; in flush_tx_queue() local
173 while ((buf = n_hdlc_buf_get(&n_hdlc->tx_buf_list))) in flush_tx_queue()
174 n_hdlc_buf_put(&n_hdlc->tx_free_buf_list, buf); in flush_tx_queue()
196 struct n_hdlc *n_hdlc = tty->disc_data; in n_hdlc_tty_close() local
207 cancel_work_sync(&n_hdlc->write_work); 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