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