Searched defs:tty_struct (Results 1 – 1 of 1) sorted by relevance
283 struct tty_struct { struct284 int magic;285 struct kref kref;286 struct device *dev;287 struct tty_driver *driver;288 const struct tty_operations *ops;289 int index;292 struct ld_semaphore ldisc_sem;293 struct tty_ldisc *ldisc;295 struct mutex atomic_write_lock;[all …]