Searched defs:tty_debug_hangup (Results 1 – 4 of 4) sorted by relevance
| /kernel/linux/linux-6.6/drivers/tty/ |
| D | pty.c | 36 # define tty_debug_hangup(tty, f, args...) tty_debug(tty, f, ##args) macro 38 # define tty_debug_hangup(tty, f, args...) do {} while (0) macro
|
| D | tty_io.c | 116 # define tty_debug_hangup(tty, f, args...) tty_debug(tty, f, ##args) macro 118 # define tty_debug_hangup(tty, f, args...) do { } while (0) macro
|
| /kernel/linux/linux-5.10/drivers/tty/ |
| D | pty.c | 36 # define tty_debug_hangup(tty, f, args...) tty_debug(tty, f, ##args) macro 38 # define tty_debug_hangup(tty, f, args...) do {} while (0) macro
|
| D | tty_io.c | 115 # define tty_debug_hangup(tty, f, args...) tty_debug(tty, f, ##args) macro 117 # define tty_debug_hangup(tty, f, args...) do { } while (0) macro
|