Lines Matching defs:tty
149 struct tty_struct *tty; member
197 #define tty2n_hdlc(tty) ((struct n_hdlc *) ((tty)->disc_data)) argument
200 static void flush_rx_queue(struct tty_struct *tty) in flush_rx_queue()
209 static void flush_tx_queue(struct tty_struct *tty) in flush_tx_queue()
246 struct tty_struct *tty = n_hdlc2tty (n_hdlc); in n_hdlc_release() local
300 static void n_hdlc_tty_close(struct tty_struct *tty) in n_hdlc_tty_close()
338 static int n_hdlc_tty_open (struct tty_struct *tty) in n_hdlc_tty_open()
387 static void n_hdlc_send_frames(struct n_hdlc *n_hdlc, struct tty_struct *tty) in n_hdlc_send_frames()
483 static void n_hdlc_tty_wakeup(struct tty_struct *tty) in n_hdlc_tty_wakeup()
512 static void n_hdlc_tty_receive(struct tty_struct *tty, const __u8 *data, in n_hdlc_tty_receive()
579 static ssize_t n_hdlc_tty_read(struct tty_struct *tty, struct file *file, in n_hdlc_tty_read()
663 static ssize_t n_hdlc_tty_write(struct tty_struct *tty, struct file *file, in n_hdlc_tty_write()
747 static int n_hdlc_tty_ioctl(struct tty_struct *tty, struct file *file, in n_hdlc_tty_ioctl()
813 static unsigned int n_hdlc_tty_poll(struct tty_struct *tty, struct file *filp, in n_hdlc_tty_poll()