Home
last modified time | relevance | path

Searched refs:tty_debug (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/tty/
Dtty_io.c110 # 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()
Dtty_ldisc.c25 #define tty_ldisc_debug(tty, f, args...) tty_debug(tty, f, ##args)
Dpty.c30 # define tty_debug_hangup(tty, f, args...) tty_debug(tty, f, ##args)
Dtty_ioctl.c30 # define tty_debug_wait_until_sent(tty, f, args...) tty_debug(tty, f, ##args)
/linux-4.4.14/include/linux/
Dtty.h671 #define tty_debug(tty, f, args...) \ macro