Searched defs:tty_struct (Results 1 – 1 of 1) sorted by relevance
220 struct tty_struct { struct244 struct tty_struct *link; argument245 struct fasync_struct *fasync;246 struct tty_bufhead buf; /* Locked internally */247 int alt_speed; /* For magic substitution of 38400 bps */248 wait_queue_head_t write_wait;249 wait_queue_head_t read_wait;250 struct work_struct hangup_work;251 void *disc_data;252 void *driver_data;[all …]