Lines Matching refs:tty_struct
141 struct tty_struct *tty_for_write_work;
161 static void flush_rx_queue(struct tty_struct *tty) in flush_rx_queue()
170 static void flush_tx_queue(struct tty_struct *tty) in flush_tx_queue()
196 static void n_hdlc_tty_close(struct tty_struct *tty) in n_hdlc_tty_close()
224 static int n_hdlc_tty_open(struct tty_struct *tty) in n_hdlc_tty_open()
266 static void n_hdlc_send_frames(struct n_hdlc *n_hdlc, struct tty_struct *tty) in n_hdlc_send_frames()
342 struct tty_struct *tty = n_hdlc->tty_for_write_work; in n_hdlc_tty_write_work()
353 static void n_hdlc_tty_wakeup(struct tty_struct *tty) in n_hdlc_tty_wakeup()
370 static void n_hdlc_tty_receive(struct tty_struct *tty, const u8 *data, in n_hdlc_tty_receive()
424 static ssize_t n_hdlc_tty_read(struct tty_struct *tty, struct file *file, in n_hdlc_tty_read()
517 static ssize_t n_hdlc_tty_write(struct tty_struct *tty, struct file *file, in n_hdlc_tty_write()
580 static int n_hdlc_tty_ioctl(struct tty_struct *tty, unsigned int cmd, in n_hdlc_tty_ioctl()
638 static __poll_t n_hdlc_tty_poll(struct tty_struct *tty, struct file *filp, in n_hdlc_tty_poll()