Home
last modified time | relevance | path

Searched defs:tty_struct (Results 1 – 1 of 1) sorted by relevance

/include/linux/
Dtty.h220 struct tty_struct { struct
244 struct tty_struct *link; argument
245 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 …]