Searched defs:tty_struct (Results 1 – 1 of 1) sorted by relevance
174 struct tty_struct { struct192 struct tty_struct *link; argument193 struct fasync_struct *fasync;194 struct tty_bufhead buf;195 int max_flip_cnt;196 int alt_speed; /* For magic substitution of 38400 bps */197 wait_queue_head_t write_wait;198 wait_queue_head_t read_wait;199 struct work_struct hangup_work;200 void *disc_data;[all …]