Searched defs:tty_struct (Results 1 - 1 of 1) sorted by relevance

/include/linux/
H A Dtty.h193 int (*activate)(struct tty_port *port, struct tty_struct *tty);
200 struct tty_struct *tty; /* Back pointer */
201 struct tty_struct *itty; /* internal back ptr */
237 struct tty_struct { struct
275 struct tty_struct *link;
297 struct tty_struct *tty;
333 static inline void __tty_set_flow_change(struct tty_struct *tty, int val)
338 static inline void tty_set_flow_change(struct tty_struct *tty, int val)
346 extern void tty_kref_put(struct tty_struct *tty);
347 extern struct pid *tty_get_pgrp(struct tty_struct *tt
[all...]

Completed in 50 milliseconds