Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dtty.h256 struct tty_struct { struct
257 int magic;
258 struct kref kref;
259 struct device *dev;
260 struct tty_driver *driver;
284 struct tty_struct *link; argument
285 struct fasync_struct *fasync;
286 struct tty_bufhead buf; /* Locked internally */
287 int alt_speed; /* For magic substitution of 38400 bps */
288 wait_queue_head_t write_wait;
[all …]
/linux-2.6.39/drivers/tty/
Dtty_io.c988 ssize_t (*write)(struct tty_struct *, struct file *, const unsigned char *, size_t), in do_tty_write()