Searched defs:tty_struct (Results 1 – 2 of 2) sorted by relevance
259 struct tty_struct { struct275 struct tty_struct *link; argument276 struct fasync_struct *fasync;277 struct tty_flip_buffer flip;278 int max_flip_cnt;279 int alt_speed; /* For magic substitution of 38400 bps */280 wait_queue_head_t write_wait;281 wait_queue_head_t read_wait;282 struct tq_struct tq_hangup;283 void *disc_data;[all …]
1025 ssize_t (*write)(struct tty_struct *, struct file *, const unsigned char *, size_t), in do_tty_write()