Lines Matching defs:n_hdlc
134 struct n_hdlc { struct
138 struct n_hdlc_buf_list tx_buf_list; argument
139 struct n_hdlc_buf_list rx_buf_list; argument
140 struct n_hdlc_buf_list tx_free_buf_list; argument
141 struct n_hdlc_buf_list rx_free_buf_list; argument
157 static struct n_hdlc *n_hdlc_alloc(void); argument
165 struct n_hdlc *n_hdlc = tty->disc_data; in flush_rx_queue() local
174 struct n_hdlc *n_hdlc = tty->disc_data; in flush_tx_queue() local
200 struct n_hdlc *n_hdlc = tty->disc_data; in n_hdlc_tty_close() local
232 struct n_hdlc *n_hdlc = tty->disc_data; in n_hdlc_tty_open() local
272 static void n_hdlc_send_frames(struct n_hdlc *n_hdlc, struct tty_struct *tty) in n_hdlc_send_frames()
351 struct n_hdlc *n_hdlc = container_of(work, struct n_hdlc, write_work); in n_hdlc_tty_write_work() local
365 struct n_hdlc *n_hdlc = tty->disc_data; in n_hdlc_tty_wakeup() local
383 register struct n_hdlc *n_hdlc = tty->disc_data; in n_hdlc_tty_receive() local
443 struct n_hdlc *n_hdlc = tty->disc_data; in n_hdlc_tty_read() local
535 struct n_hdlc *n_hdlc = tty->disc_data; in n_hdlc_tty_write() local
602 struct n_hdlc *n_hdlc = tty->disc_data; in n_hdlc_tty_ioctl() local
671 struct n_hdlc *n_hdlc = tty->disc_data; in n_hdlc_tty_poll() local
722 struct n_hdlc *n_hdlc = kzalloc(sizeof(*n_hdlc), GFP_KERNEL); in n_hdlc_alloc() local