Searched refs:tty_debug (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/tty/ |
D | tty_io.c | 110 # define tty_debug_hangup(tty, f, args...) tty_debug(tty, f, ##args) 541 tty_debug(tty, "current tty %s not NULL!!\n", in __proc_set_tty() 1715 tty_debug(tty, "bad idx %d\n", idx); in tty_release_checks() 1724 tty_debug(tty, "bad driver table[%d] = %p\n", in tty_release_checks() 1732 tty_debug(tty, "bad other table[%d] = %p\n", in tty_release_checks() 1737 tty_debug(tty, "bad link = %p\n", o_tty->link); in tty_release_checks()
|
D | tty_ldisc.c | 25 #define tty_ldisc_debug(tty, f, args...) tty_debug(tty, f, ##args)
|
D | pty.c | 30 # define tty_debug_hangup(tty, f, args...) tty_debug(tty, f, ##args)
|
D | tty_ioctl.c | 30 # define tty_debug_wait_until_sent(tty, f, args...) tty_debug(tty, f, ##args)
|
/linux-4.4.14/include/linux/ |
D | tty.h | 671 #define tty_debug(tty, f, args...) \ macro
|