Lines Matching refs:tty_struct
308 static void hvcs_unthrottle(struct tty_struct *tty);
309 static void hvcs_throttle(struct tty_struct *tty);
312 static int hvcs_write(struct tty_struct *tty,
314 static int hvcs_write_room(struct tty_struct *tty);
315 static int hvcs_chars_in_buffer(struct tty_struct *tty);
329 static int hvcs_open(struct tty_struct *tty, struct file *filp);
330 static void hvcs_close(struct tty_struct *tty, struct file *filp);
331 static void hvcs_hangup(struct tty_struct * tty);
518 static void hvcs_unthrottle(struct tty_struct *tty) in hvcs_unthrottle()
529 static void hvcs_throttle(struct tty_struct *tty) in hvcs_throttle()
561 struct tty_struct *tty = hvcsd->port.tty; in hvcs_try_write()
591 struct tty_struct *tty; in hvcs_io()
842 struct tty_struct *tty; in hvcs_remove()
1100 static int hvcs_install(struct tty_driver *driver, struct tty_struct *tty) in hvcs_install()
1177 static int hvcs_open(struct tty_struct *tty, struct file *filp) in hvcs_open()
1195 static void hvcs_close(struct tty_struct *tty, struct file *filp) in hvcs_close()
1253 static void hvcs_cleanup(struct tty_struct * tty) in hvcs_cleanup()
1260 static void hvcs_hangup(struct tty_struct * tty) in hvcs_hangup()
1320 static int hvcs_write(struct tty_struct *tty, in hvcs_write()
1425 static int hvcs_write_room(struct tty_struct *tty) in hvcs_write_room()
1435 static int hvcs_chars_in_buffer(struct tty_struct *tty) in hvcs_chars_in_buffer()