Searched defs:tty_struct (Results 1 – 1 of 1) sorted by relevance
272 struct tty_struct { struct273 int magic;274 struct kref kref;275 struct device *dev;276 struct tty_driver *driver;277 const struct tty_operations *ops;278 int index;281 struct ld_semaphore ldisc_sem;282 struct tty_ldisc *ldisc;284 struct mutex atomic_write_lock;[all …]