Searched defs:tty_struct (Results 1 – 7 of 7) sorted by relevance
9179 struct tty_struct { struct9180 int magic;9181 struct kref kref;9182 struct device *dev;9183 struct tty_driver *driver;9184 const struct tty_operations *ops;9185 int index;9186 struct ld_semaphore ldisc_sem;9187 struct tty_ldisc *ldisc;9188 struct mutex atomic_write_lock;[all …]
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 …]
7847 struct tty_struct { struct7848 int magic;7849 struct kref kref;7850 struct device *dev;7851 struct tty_driver *driver;7852 const struct tty_operations *ops;7853 int index;7854 struct ld_semaphore ldisc_sem;7855 struct tty_ldisc *ldisc;7856 struct mutex atomic_write_lock;[all …]
11579 struct tty_struct { struct11580 int magic;11581 struct kref kref;11582 struct device *dev;11583 struct tty_driver *driver;11584 const struct tty_operations *ops;11585 int index;11586 struct ld_semaphore ldisc_sem;11587 struct tty_ldisc *ldisc;11588 struct mutex atomic_write_lock;[all …]