Home
last modified time | relevance | path

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

/linux-5.19.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 …]