Searched defs:n_hdlc (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/tty/
H A Dn_hdlc.c145 struct n_hdlc { struct
201 struct n_hdlc *n_hdlc = tty2n_hdlc(tty); flush_rx_queue() local
210 struct n_hdlc *n_hdlc = tty2n_hdlc(tty); flush_tx_queue() local
243 static void n_hdlc_release(struct n_hdlc *n_hdlc) n_hdlc_release() argument
301 struct n_hdlc *n_hdlc = tty2n_hdlc (tty); n_hdlc_tty_close() local
339 struct n_hdlc *n_hdlc = tty2n_hdlc (tty); n_hdlc_tty_open() local
386 static void n_hdlc_send_frames(struct n_hdlc *n_hdlc, struct tty_struct *tty) n_hdlc_send_frames() argument
484 struct n_hdlc *n_hdlc = tty2n_hdlc(tty); n_hdlc_tty_wakeup() local
514 register struct n_hdlc *n_hdlc = tty2n_hdlc (tty); n_hdlc_tty_receive() local
581 struct n_hdlc *n_hdlc = tty2n_hdlc(tty); n_hdlc_tty_read() local
665 struct n_hdlc *n_hdlc = tty2n_hdlc (tty); n_hdlc_tty_write() local
749 struct n_hdlc *n_hdlc = tty2n_hdlc (tty); n_hdlc_tty_ioctl() local
815 struct n_hdlc *n_hdlc = tty2n_hdlc (tty); n_hdlc_tty_poll() local
851 struct n_hdlc *n_hdlc = kzalloc(sizeof(*n_hdlc), GFP_KERNEL); n_hdlc_alloc() local

Completed in 73 milliseconds