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