Lines Matching defs:tty
1083 static void _hso_serial_set_termios(struct tty_struct *tty, in _hso_serial_set_termios()
1228 static void hso_unthrottle(struct tty_struct *tty) in hso_unthrottle()
1236 static int hso_serial_open(struct tty_struct *tty, struct file *filp) in hso_serial_open()
1291 static void hso_serial_close(struct tty_struct *tty, struct file *filp) in hso_serial_close()
1327 static int hso_serial_write(struct tty_struct *tty, const unsigned char *buf, in hso_serial_write()
1360 static int hso_serial_write_room(struct tty_struct *tty) in hso_serial_write_room()
1374 static void hso_serial_cleanup(struct tty_struct *tty) in hso_serial_cleanup()
1385 static void hso_serial_set_termios(struct tty_struct *tty, struct ktermios *old) in hso_serial_set_termios()
1407 static int hso_serial_chars_in_buffer(struct tty_struct *tty) in hso_serial_chars_in_buffer()
1590 static int hso_get_count(struct tty_struct *tty, in hso_get_count()
1621 static int hso_serial_tiocmget(struct tty_struct *tty) in hso_serial_tiocmget()
1652 static int hso_serial_tiocmset(struct tty_struct *tty, in hso_serial_tiocmset()
1697 static int hso_serial_ioctl(struct tty_struct *tty, in hso_serial_ioctl()
2001 struct tty_struct *tty; in put_rxbuf_data() local