Searched defs:tty_struct (Results 1 – 2 of 2) sorted by relevance
256 struct tty_struct { struct257 int magic;258 struct kref kref;259 struct device *dev;260 struct tty_driver *driver;284 struct tty_struct *link; argument285 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 …]
988 ssize_t (*write)(struct tty_struct *, struct file *, const unsigned char *, size_t), in do_tty_write()