Lines Matching defs:tty_struct
193 struct tty_struct { struct
194 struct kref kref;
195 struct device *dev;
196 struct tty_driver *driver;
197 const struct tty_operations *ops;
198 int index;
200 struct ld_semaphore ldisc_sem;
201 struct tty_ldisc *ldisc;
203 struct mutex atomic_write_lock;
204 struct mutex legacy_mutex;
205 struct mutex throttle_mutex;
206 struct rw_semaphore termios_rwsem;
207 struct mutex winsize_mutex;
208 struct ktermios termios, termios_locked;
209 char name[64];
210 unsigned long flags;
234 struct tty_struct *link; argument
255 struct tty_struct *tty; argument