Searched defs:tty_struct (Results 1 – 1 of 1) sorted by relevance
8113 struct tty_struct { struct8114 int magic;8115 struct kref kref;8116 struct device *dev;8117 struct tty_driver *driver;8118 const struct tty_operations *ops;8119 int index;8120 struct ld_semaphore ldisc_sem;8121 struct tty_ldisc *ldisc;8122 struct mutex atomic_write_lock;[all …]