Searched defs:tty_notice (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/ |
H A D | tty.h | 14 #define tty_notice(tty, f, ...) tty_msg(pr_notice, tty, f, ##__VA_ARGS__) macro
|
/kernel/linux/linux-6.6/drivers/tty/ |
H A D | tty.h | 13 #define tty_notice(tty, f, ...) tty_msg(pr_notice, tty, f, ##__VA_ARGS__) macro
|
Completed in 1 milliseconds