Lines Matching defs:n_hdlc
135 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
273 static void n_hdlc_send_frames(struct n_hdlc *n_hdlc, struct tty_struct *tty) in n_hdlc_send_frames()
352 struct n_hdlc *n_hdlc = container_of(work, struct n_hdlc, write_work); in n_hdlc_tty_write_work() local
366 struct n_hdlc *n_hdlc = tty->disc_data; in n_hdlc_tty_wakeup() local
384 register struct n_hdlc *n_hdlc = tty->disc_data; in n_hdlc_tty_receive() local
444 struct n_hdlc *n_hdlc = tty->disc_data; in n_hdlc_tty_read() local
536 struct n_hdlc *n_hdlc = tty->disc_data; in n_hdlc_tty_write() local
603 struct n_hdlc *n_hdlc = tty->disc_data; in n_hdlc_tty_ioctl() local
672 struct n_hdlc *n_hdlc = tty->disc_data; in n_hdlc_tty_poll() local
723 struct n_hdlc *n_hdlc = kzalloc(sizeof(*n_hdlc), GFP_KERNEL); in n_hdlc_alloc() local