Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dtty.h259 struct tty_struct { struct
275 struct tty_struct *link; argument
276 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 …]
/linux-2.4.37.9/drivers/char/
Dtty_io.c1025 ssize_t (*write)(struct tty_struct *, struct file *, const unsigned char *, size_t), in do_tty_write()