Lines Matching defs:tty
153 struct tty_struct *tty; in dbc_read_complete() local
250 static int dbc_tty_install(struct tty_driver *driver, struct tty_struct *tty) in dbc_tty_install()
266 static int dbc_tty_open(struct tty_struct *tty, struct file *file) in dbc_tty_open()
273 static void dbc_tty_close(struct tty_struct *tty, struct file *file) in dbc_tty_close()
280 static ssize_t dbc_tty_write(struct tty_struct *tty, const u8 *buf, in dbc_tty_write()
313 static int dbc_tty_put_char(struct tty_struct *tty, u8 ch) in dbc_tty_put_char()
326 static void dbc_tty_flush_chars(struct tty_struct *tty) in dbc_tty_flush_chars()
336 static unsigned int dbc_tty_write_room(struct tty_struct *tty) in dbc_tty_write_room()
353 static unsigned int dbc_tty_chars_in_buffer(struct tty_struct *tty) in dbc_tty_chars_in_buffer()
366 static void dbc_tty_unthrottle(struct tty_struct *tty) in dbc_tty_unthrottle()
391 struct tty_struct *tty; in dbc_rx_push() local
434 static int dbc_port_activate(struct tty_port *_port, struct tty_struct *tty) in dbc_port_activate()