Lines Matching refs:tty_struct

418 static inline struct nozomi *get_dc_by_tty(const struct tty_struct *tty)  in get_dc_by_tty()
423 static inline struct port *get_port_by_tty(const struct tty_struct *tty) in get_port_by_tty()
823 struct tty_struct *tty = tty_port_tty_get(&port->port); in receive_data()
1562 static void set_rts(const struct tty_struct *tty, int rts) in set_rts()
1571 static void set_dtr(const struct tty_struct *tty, int dtr) in set_dtr()
1588 static int ntty_install(struct tty_driver *driver, struct tty_struct *tty) in ntty_install()
1601 static void ntty_cleanup(struct tty_struct *tty) in ntty_cleanup()
1606 static int ntty_activate(struct tty_port *tport, struct tty_struct *tty) in ntty_activate()
1622 static int ntty_open(struct tty_struct *tty, struct file *filp) in ntty_open()
1643 static void ntty_close(struct tty_struct *tty, struct file *filp) in ntty_close()
1650 static void ntty_hangup(struct tty_struct *tty) in ntty_hangup()
1660 static int ntty_write(struct tty_struct *tty, const unsigned char *buffer, in ntty_write()
1702 static int ntty_write_room(struct tty_struct *tty) in ntty_write_room()
1715 static int ntty_tiocmget(struct tty_struct *tty) in ntty_tiocmget()
1732 static int ntty_tiocmset(struct tty_struct *tty, in ntty_tiocmset()
1769 static int ntty_tiocgicount(struct tty_struct *tty, in ntty_tiocgicount()
1789 static int ntty_ioctl(struct tty_struct *tty, in ntty_ioctl()
1817 static void ntty_unthrottle(struct tty_struct *tty) in ntty_unthrottle()
1834 static void ntty_throttle(struct tty_struct *tty) in ntty_throttle()
1846 static s32 ntty_chars_in_buffer(struct tty_struct *tty) in ntty_chars_in_buffer()