Searched defs:tty_struct (Results 1 – 1 of 1) sorted by relevance
11115 struct tty_struct { struct11116 int magic;11117 struct kref kref;11118 struct device *dev;11119 struct tty_driver *driver;11120 const struct tty_operations *ops;11121 int index;11122 struct ld_semaphore ldisc_sem;11123 struct tty_ldisc *ldisc;11124 struct mutex atomic_write_lock;[all …]