Lines Matching refs:tty_struct

145 	struct tty_struct	*tty;
146 struct tty_struct *backup_tty;
177 static ssize_t n_hdlc_tty_read(struct tty_struct *tty, struct file *file,
179 static ssize_t n_hdlc_tty_write(struct tty_struct *tty, struct file *file,
181 static int n_hdlc_tty_ioctl(struct tty_struct *tty, struct file *file,
183 static __poll_t n_hdlc_tty_poll(struct tty_struct *tty, struct file *filp,
185 static int n_hdlc_tty_open(struct tty_struct *tty);
186 static void n_hdlc_tty_close(struct tty_struct *tty);
187 static void n_hdlc_tty_receive(struct tty_struct *tty, const __u8 *cp,
189 static void n_hdlc_tty_wakeup(struct tty_struct *tty);
196 static void flush_rx_queue(struct tty_struct *tty) in flush_rx_queue()
205 static void flush_tx_queue(struct tty_struct *tty) in flush_tx_queue()
235 struct tty_struct *tty = n_hdlc2tty (n_hdlc); in n_hdlc_release()
288 static void n_hdlc_tty_close(struct tty_struct *tty) in n_hdlc_tty_close()
326 static int n_hdlc_tty_open (struct tty_struct *tty) in n_hdlc_tty_open()
375 static void n_hdlc_send_frames(struct n_hdlc *n_hdlc, struct tty_struct *tty) in n_hdlc_send_frames()
464 static void n_hdlc_tty_wakeup(struct tty_struct *tty) in n_hdlc_tty_wakeup()
493 static void n_hdlc_tty_receive(struct tty_struct *tty, const __u8 *data, in n_hdlc_tty_receive()
560 static ssize_t n_hdlc_tty_read(struct tty_struct *tty, struct file *file, in n_hdlc_tty_read()
644 static ssize_t n_hdlc_tty_write(struct tty_struct *tty, struct file *file, in n_hdlc_tty_write()
728 static int n_hdlc_tty_ioctl(struct tty_struct *tty, struct file *file, in n_hdlc_tty_ioctl()
799 static __poll_t n_hdlc_tty_poll(struct tty_struct *tty, struct file *filp, in n_hdlc_tty_poll()