Searched defs:tty_struct (Results 1 – 2 of 2) sorted by relevance
259 struct tty_struct { struct260 int magic;261 struct kref kref;262 struct device *dev;263 struct tty_driver *driver;287 struct tty_struct *link; argument288 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 …]
1007 ssize_t (*write)(struct tty_struct *, struct file *, const unsigned char *, size_t), in do_tty_write()