Searched refs:tty_msg (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/ |
H A 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_info(tty, f, ...) tty_msg(pr_info, tty, f, ##__VA_ARGS__) 14 #define tty_notice(tty, f, ...) tty_msg(pr_notice, tty, f, ##__VA_ARGS__) 15 #define tty_warn(tty, f, ...) tty_msg(pr_warn, tty, f, ##__VA_ARGS__) 16 #define tty_err(tty, f, ...) tty_msg(pr_err, tty, f, ##__VA_ARGS__) 19 tty_msg(pr_info_ratelimited, tty, f, ##__VA_ARGS__)
|
/kernel/linux/linux-6.6/drivers/tty/ |
H A 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__)
|
Completed in 1 milliseconds