Lines Matching defs:tty
9 #define tty_msg(fn, tty, f, ...) \ argument
12 #define tty_debug(tty, f, ...) tty_msg(pr_debug, tty, f, ##__VA_ARGS__) argument
13 #define tty_notice(tty, f, ...) tty_msg(pr_notice, tty, f, ##__VA_ARGS__) argument
14 #define tty_warn(tty, f, ...) tty_msg(pr_warn, tty, f, ##__VA_ARGS__) argument
15 #define tty_err(tty, f, ...) tty_msg(pr_err, tty, f, ##__VA_ARGS__) argument
17 #define tty_info_ratelimited(tty, f, ...) \ argument
47 static inline void __tty_set_flow_change(struct tty_struct *tty, int val) in __tty_set_flow_change()
52 static inline void tty_set_flow_change(struct tty_struct *tty, int val) in tty_set_flow_change()
91 #define tty_is_writelocked(tty) (mutex_is_locked(&tty->atomic_write_lock)) argument
106 static inline void tty_audit_add_data(const struct tty_struct *tty, in tty_audit_add_data()
110 static inline void tty_audit_tiocsti(const struct tty_struct *tty, u8 ch) in tty_audit_tiocsti()