Searched refs:tty_debug (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/tty/ |
H A D | tty.h | 12 #define tty_debug(tty, f, ...) tty_msg(pr_debug, tty, f, ##__VA_ARGS__) macro
|
H A D | tty_io.c | 116 # define tty_debug_hangup(tty, f, args...) tty_debug(tty, f, ##args) 1608 tty_debug(tty, "bad idx %d\n", idx); in tty_release_checks() 1617 tty_debug(tty, "bad driver table[%d] = %p\n", in tty_release_checks() 1625 tty_debug(tty, "bad other table[%d] = %p\n", in tty_release_checks() 1630 tty_debug(tty, "bad link = %p\n", o_tty->link); in tty_release_checks()
|
H A D | pty.c | 36 # define tty_debug_hangup(tty, f, args...) tty_debug(tty, f, ##args)
|