Lines Matching defs:n_hdlc
131 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
264 static void n_hdlc_send_frames(struct n_hdlc *n_hdlc, struct tty_struct *tty) in n_hdlc_send_frames()
343 struct n_hdlc *n_hdlc = container_of(work, struct n_hdlc, write_work); in n_hdlc_tty_write_work() local
357 struct n_hdlc *n_hdlc = tty->disc_data; in n_hdlc_tty_wakeup() local
375 register struct n_hdlc *n_hdlc = tty->disc_data; in n_hdlc_tty_receive() local
431 struct n_hdlc *n_hdlc = tty->disc_data; in n_hdlc_tty_read() local
523 struct n_hdlc *n_hdlc = tty->disc_data; in n_hdlc_tty_write() local
586 struct n_hdlc *n_hdlc = tty->disc_data; in n_hdlc_tty_ioctl() local
651 struct n_hdlc *n_hdlc = tty->disc_data; in n_hdlc_tty_poll() local
699 struct n_hdlc *n_hdlc = kzalloc(sizeof(*n_hdlc), GFP_KERNEL); in n_hdlc_alloc() local