Home
last modified time | relevance | path

Searched refs:tty_debug (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/drivers/tty/
H A Dtty.h12 #define tty_debug(tty, f, ...) tty_msg(pr_debug, tty, f, ##__VA_ARGS__) macro
H A Dtty_io.c115 # define tty_debug_hangup(tty, f, args...) tty_debug(tty, f, ##args)
1626 tty_debug(tty, "bad idx %d\n", idx); in tty_release_checks()
1635 tty_debug(tty, "bad driver table[%d] = %p\n", in tty_release_checks()
1643 tty_debug(tty, "bad other table[%d] = %p\n", in tty_release_checks()
1648 tty_debug(tty, "bad link = %p\n", o_tty->link); in tty_release_checks()
H A Dtty_ldisc.c27 #define tty_ldisc_debug(tty, f, args...) tty_debug(tty, f, ##args)
H A Dtty_jobctrl.c110 tty_debug(tty, "current tty %s not NULL!!\n", in __proc_set_tty()
H A Dpty.c36 # define tty_debug_hangup(tty, f, args...) tty_debug(tty, f, ##args)
H A Dtty_ioctl.c32 # define tty_debug_wait_until_sent(tty, f, args...) tty_debug(tty, f, ##args)
/kernel/linux/linux-6.6/drivers/tty/
H A Dtty.h12 #define tty_debug(tty, f, ...) tty_msg(pr_debug, tty, f, ##__VA_ARGS__) macro
H A Dtty_io.c116 # define tty_debug_hangup(tty, f, args...) tty_debug(tty, f, ##args)
1615 tty_debug(tty, "bad idx %d\n", idx); in tty_release_checks()
1624 tty_debug(tty, "bad driver table[%d] = %p\n", in tty_release_checks()
1632 tty_debug(tty, "bad other table[%d] = %p\n", in tty_release_checks()
1637 tty_debug(tty, "bad link = %p\n", o_tty->link); in tty_release_checks()
H A Dtty_ldisc.c27 #define tty_ldisc_debug(tty, f, args...) tty_debug(tty, f, ##args)
H A Dtty_jobctrl.c113 tty_debug(tty, "current tty %s not NULL!!\n", in __proc_set_tty()
H A Dpty.c36 # define tty_debug_hangup(tty, f, args...) tty_debug(tty, f, ##args)

Completed in 16 milliseconds