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
155 static struct n_hdlc *n_hdlc_alloc(void); argument
162 struct n_hdlc *n_hdlc = tty->disc_data; in flush_rx_queue() local
171 struct n_hdlc *n_hdlc = tty->disc_data; in flush_tx_queue() local
197 struct n_hdlc *n_hdlc = tty->disc_data; in n_hdlc_tty_close() local
227 struct n_hdlc *n_hdlc = tty->disc_data; in n_hdlc_tty_open() local
265 static void n_hdlc_send_frames(struct n_hdlc *n_hdlc, struct tty_struct *tty) in n_hdlc_send_frames()
344 struct n_hdlc *n_hdlc = tty->disc_data; in n_hdlc_tty_wakeup() local
362 register struct n_hdlc *n_hdlc = tty->disc_data; in n_hdlc_tty_receive() local
421 struct n_hdlc *n_hdlc = tty->disc_data; in n_hdlc_tty_read() local
492 struct n_hdlc *n_hdlc = tty->disc_data; in n_hdlc_tty_write() local
559 struct n_hdlc *n_hdlc = tty->disc_data; in n_hdlc_tty_ioctl() local
628 struct n_hdlc *n_hdlc = tty->disc_data; in n_hdlc_tty_poll() local
679 struct n_hdlc *n_hdlc = kzalloc(sizeof(*n_hdlc), GFP_KERNEL); in n_hdlc_alloc() local