Lines Matching defs:tty
33 struct tty_struct *tty; member
58 hwc_tty_open (struct tty_struct *tty, in hwc_tty_open()
78 hwc_tty_close (struct tty_struct *tty, in hwc_tty_close()
95 hwc_tty_write_room (struct tty_struct *tty) in hwc_tty_write_room()
104 hwc_tty_write (struct tty_struct *tty, in hwc_tty_write()
120 hwc_tty_put_char (struct tty_struct *tty, in hwc_tty_put_char()
136 hwc_tty_flush_chars (struct tty_struct *tty) in hwc_tty_flush_chars()
147 hwc_tty_chars_in_buffer (struct tty_struct *tty) in hwc_tty_chars_in_buffer()
156 hwc_tty_flush_buffer (struct tty_struct *tty) in hwc_tty_flush_buffer()
163 struct tty_struct *tty, in hwc_tty_ioctl()
188 struct tty_struct *tty = hwc_tty_data.tty; in hwc_tty_input() local