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