Home
last modified time | relevance | path

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

/linux-3.3/include/linux/
Dtty.h259 struct tty_struct { struct
260 int magic;
261 struct kref kref;
262 struct device *dev;
263 struct tty_driver *driver;
287 struct tty_struct *link; argument
288 struct fasync_struct *fasync;
289 struct tty_bufhead buf; /* Locked internally */
290 int alt_speed; /* For magic substitution of 38400 bps */
291 wait_queue_head_t write_wait;
[all …]
/linux-3.3/drivers/tty/
Dtty_io.c1007 ssize_t (*write)(struct tty_struct *, struct file *, const unsigned char *, size_t), in do_tty_write()