Searched refs:tty_msg (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/drivers/tty/ |
D | tty.h | 9 #define tty_msg(fn, tty, f, ...) \ macro 12 #define tty_debug(tty, f, ...) tty_msg(pr_debug, tty, f, ##__VA_ARGS__) 13 #define tty_notice(tty, f, ...) tty_msg(pr_notice, tty, f, ##__VA_ARGS__) 14 #define tty_warn(tty, f, ...) tty_msg(pr_warn, tty, f, ##__VA_ARGS__) 15 #define tty_err(tty, f, ...) tty_msg(pr_err, tty, f, ##__VA_ARGS__) 18 tty_msg(pr_info_ratelimited, tty, f, ##__VA_ARGS__)
|