Lines Matching defs:n_hdlc
146 struct n_hdlc { struct
153 struct n_hdlc_buf *tbuf; argument
154 struct n_hdlc_buf_list tx_buf_list; argument
155 struct n_hdlc_buf_list rx_buf_list; argument
156 struct n_hdlc_buf_list tx_free_buf_list; argument
157 struct n_hdlc_buf_list rx_free_buf_list; argument
170 static struct n_hdlc *n_hdlc_alloc (void); argument
198 #define n_hdlc2tty(n_hdlc) ((n_hdlc)->tty) argument
202 struct n_hdlc *n_hdlc = tty2n_hdlc(tty); in flush_rx_queue() local
211 struct n_hdlc *n_hdlc = tty2n_hdlc(tty); in flush_tx_queue() local
244 static void n_hdlc_release(struct n_hdlc *n_hdlc) in n_hdlc_release()
302 struct n_hdlc *n_hdlc = tty2n_hdlc (tty); in n_hdlc_tty_close() local
340 struct n_hdlc *n_hdlc = tty2n_hdlc (tty); in n_hdlc_tty_open() local
387 static void n_hdlc_send_frames(struct n_hdlc *n_hdlc, struct tty_struct *tty) in n_hdlc_send_frames()
485 struct n_hdlc *n_hdlc = tty2n_hdlc(tty); in n_hdlc_tty_wakeup() local
515 register struct n_hdlc *n_hdlc = tty2n_hdlc (tty); in n_hdlc_tty_receive() local
582 struct n_hdlc *n_hdlc = tty2n_hdlc(tty); in n_hdlc_tty_read() local
666 struct n_hdlc *n_hdlc = tty2n_hdlc (tty); in n_hdlc_tty_write() local
750 struct n_hdlc *n_hdlc = tty2n_hdlc (tty); in n_hdlc_tty_ioctl() local
816 struct n_hdlc *n_hdlc = tty2n_hdlc (tty); in n_hdlc_tty_poll() local
852 struct n_hdlc *n_hdlc = kmalloc(sizeof(*n_hdlc), GFP_KERNEL); in n_hdlc_alloc() local