Searched defs:tty_struct (Results 1 – 2 of 2) sorted by relevance
11957 struct tty_struct { struct11958 struct kref kref;11959 int index;11960 struct device *dev;11961 struct tty_driver *driver;11962 struct tty_port *port;11963 const struct tty_operations *ops;11964 struct tty_ldisc *ldisc;11965 struct ld_semaphore ldisc_sem;11966 struct mutex atomic_write_lock;[all …]
11872 struct tty_struct { struct11873 struct kref kref;11874 int index;11875 struct device *dev;11876 struct tty_driver *driver;11877 struct tty_port *port;11878 const struct tty_operations *ops;11879 struct tty_ldisc *ldisc;11880 struct ld_semaphore ldisc_sem;11881 struct mutex atomic_write_lock;[all …]