Lines Matching defs:n_hdlc
145 struct n_hdlc { struct
152 struct n_hdlc_buf *tbuf; argument
153 struct n_hdlc_buf_list tx_buf_list; argument
154 struct n_hdlc_buf_list rx_buf_list; argument
155 struct n_hdlc_buf_list tx_free_buf_list; argument
156 struct n_hdlc_buf_list rx_free_buf_list; argument
169 static struct n_hdlc *n_hdlc_alloc (void); argument
197 #define n_hdlc2tty(n_hdlc) ((n_hdlc)->tty) argument
201 struct n_hdlc *n_hdlc = tty2n_hdlc(tty); in flush_rx_queue() local
210 struct n_hdlc *n_hdlc = tty2n_hdlc(tty); in flush_tx_queue() local
243 static void n_hdlc_release(struct n_hdlc *n_hdlc) in n_hdlc_release()
301 struct n_hdlc *n_hdlc = tty2n_hdlc (tty); in n_hdlc_tty_close() local
339 struct n_hdlc *n_hdlc = tty2n_hdlc (tty); in n_hdlc_tty_open() local
386 static void n_hdlc_send_frames(struct n_hdlc *n_hdlc, struct tty_struct *tty) in n_hdlc_send_frames()
484 struct n_hdlc *n_hdlc = tty2n_hdlc(tty); in n_hdlc_tty_wakeup() local
514 register struct n_hdlc *n_hdlc = tty2n_hdlc (tty); in n_hdlc_tty_receive() local
581 struct n_hdlc *n_hdlc = tty2n_hdlc(tty); in n_hdlc_tty_read() local
665 struct n_hdlc *n_hdlc = tty2n_hdlc (tty); in n_hdlc_tty_write() local
749 struct n_hdlc *n_hdlc = tty2n_hdlc (tty); in n_hdlc_tty_ioctl() local
815 struct n_hdlc *n_hdlc = tty2n_hdlc (tty); in n_hdlc_tty_poll() local
851 struct n_hdlc *n_hdlc = kzalloc(sizeof(*n_hdlc), GFP_KERNEL); in n_hdlc_alloc() local