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