Home
last modified time | relevance | path

Searched defs:tty_debug_hangup (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/tty/
Dpty.c36 # 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
Dtty_io.c115 # 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