Lines Matching defs:tty_struct
188 struct tty_struct { struct
189 struct kref kref;
190 int index;
191 struct device *dev;
192 struct tty_driver *driver;
193 struct tty_port *port;
194 const struct tty_operations *ops;
196 struct tty_ldisc *ldisc;
197 struct ld_semaphore ldisc_sem;
199 struct mutex atomic_write_lock;
200 struct mutex legacy_mutex;
201 struct mutex throttle_mutex;
202 struct rw_semaphore termios_rwsem;
203 struct mutex winsize_mutex;
204 struct ktermios termios, termios_locked;
205 char name[64];
229 struct tty_struct *link; argument
248 struct tty_struct *tty; argument