Home
last modified time | relevance | path

Searched defs:n_hdlc (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/tty/
Dn_hdlc.c131 struct n_hdlc { struct
134 struct n_hdlc_buf_list tx_buf_list; argument
135 struct n_hdlc_buf_list rx_buf_list; argument
136 struct n_hdlc_buf_list tx_free_buf_list; argument
137 struct n_hdlc_buf_list rx_free_buf_list; argument
153 static struct n_hdlc *n_hdlc_alloc(void); argument
161 struct n_hdlc *n_hdlc = tty->disc_data; in flush_rx_queue() local
170 struct n_hdlc *n_hdlc = tty->disc_data; in flush_tx_queue() local
196 struct n_hdlc *n_hdlc = tty->disc_data; in n_hdlc_tty_close() local
224 struct n_hdlc *n_hdlc = tty->disc_data; in n_hdlc_tty_open() local
[all …]
/kernel/linux/linux-5.10/drivers/tty/
Dn_hdlc.c135 struct n_hdlc { struct
139 struct n_hdlc_buf_list tx_buf_list; argument
140 struct n_hdlc_buf_list rx_buf_list; argument
141 struct n_hdlc_buf_list tx_free_buf_list; argument
142 struct n_hdlc_buf_list rx_free_buf_list; argument
158 static struct n_hdlc *n_hdlc_alloc(void); argument
166 struct n_hdlc *n_hdlc = tty->disc_data; in flush_rx_queue() local
175 struct n_hdlc *n_hdlc = tty->disc_data; in flush_tx_queue() local
201 struct n_hdlc *n_hdlc = tty->disc_data; in n_hdlc_tty_close() local
233 struct n_hdlc *n_hdlc = tty->disc_data; in n_hdlc_tty_open() local
[all …]