Lines Matching refs:tty_struct
315 static int hso_serial_tiocmset(struct tty_struct *tty,
1109 static void _hso_serial_set_termios(struct tty_struct *tty, in _hso_serial_set_termios()
1252 static void hso_unthrottle(struct tty_struct *tty) in hso_unthrottle()
1260 static int hso_serial_open(struct tty_struct *tty, struct file *filp) in hso_serial_open()
1315 static void hso_serial_close(struct tty_struct *tty, struct file *filp) in hso_serial_close()
1351 static int hso_serial_write(struct tty_struct *tty, const unsigned char *buf, in hso_serial_write()
1384 static int hso_serial_write_room(struct tty_struct *tty) in hso_serial_write_room()
1398 static void hso_serial_cleanup(struct tty_struct *tty) in hso_serial_cleanup()
1409 static void hso_serial_set_termios(struct tty_struct *tty, struct ktermios *old) in hso_serial_set_termios()
1430 static int hso_serial_chars_in_buffer(struct tty_struct *tty) in hso_serial_chars_in_buffer()
1612 static int hso_get_count(struct tty_struct *tty, in hso_get_count()
1643 static int hso_serial_tiocmget(struct tty_struct *tty) in hso_serial_tiocmget()
1674 static int hso_serial_tiocmset(struct tty_struct *tty, in hso_serial_tiocmset()
1719 static int hso_serial_ioctl(struct tty_struct *tty, in hso_serial_ioctl()
2021 struct tty_struct *tty; in put_rxbuf_data()