Lines Matching defs:n_hdlc
142 struct n_hdlc { struct
149 struct n_hdlc_buf_list tx_buf_list; argument
150 struct n_hdlc_buf_list rx_buf_list; argument
151 struct n_hdlc_buf_list tx_free_buf_list; argument
152 struct n_hdlc_buf_list rx_free_buf_list; argument
166 static struct n_hdlc *n_hdlc_alloc (void); argument
194 #define n_hdlc2tty(n_hdlc) ((n_hdlc)->tty) argument
198 struct n_hdlc *n_hdlc = tty2n_hdlc(tty); in flush_rx_queue() local
207 struct n_hdlc *n_hdlc = tty2n_hdlc(tty); in flush_tx_queue() local
233 static void n_hdlc_release(struct n_hdlc *n_hdlc) in n_hdlc_release()
290 struct n_hdlc *n_hdlc = tty2n_hdlc (tty); in n_hdlc_tty_close() local
328 struct n_hdlc *n_hdlc = tty2n_hdlc (tty); in n_hdlc_tty_open() local
375 static void n_hdlc_send_frames(struct n_hdlc *n_hdlc, struct tty_struct *tty) in n_hdlc_send_frames()
466 struct n_hdlc *n_hdlc = tty2n_hdlc(tty); in n_hdlc_tty_wakeup() local
496 register struct n_hdlc *n_hdlc = tty2n_hdlc (tty); in n_hdlc_tty_receive() local
563 struct n_hdlc *n_hdlc = tty2n_hdlc(tty); in n_hdlc_tty_read() local
648 struct n_hdlc *n_hdlc = tty2n_hdlc (tty); in n_hdlc_tty_write() local
732 struct n_hdlc *n_hdlc = tty2n_hdlc (tty); in n_hdlc_tty_ioctl() local
803 struct n_hdlc *n_hdlc = tty2n_hdlc (tty); in n_hdlc_tty_poll() local
839 struct n_hdlc *n_hdlc = kzalloc(sizeof(*n_hdlc), GFP_KERNEL); in n_hdlc_alloc() local