Lines Matching defs:tty_struct
290 struct tty_struct { struct
291 int magic;
292 struct kref kref;
293 struct device *dev;
294 struct tty_driver *driver;
295 const struct tty_operations *ops;
296 int index;
299 struct ld_semaphore ldisc_sem;
300 struct tty_ldisc *ldisc;
302 struct mutex atomic_write_lock;
303 struct mutex legacy_mutex;
304 struct mutex throttle_mutex;
305 struct rw_semaphore termios_rwsem;
306 struct mutex winsize_mutex;
307 spinlock_t ctrl_lock;
308 spinlock_t flow_lock;
310 struct ktermios termios, termios_locked;
335 struct tty_struct *link; argument
336 struct fasync_struct *fasync;
360 struct tty_struct *tty; argument