Searched refs:tty_debug (Results  1 – 6 of 6) sorted by relevance
| /Linux-v5.4/drivers/tty/ | 
| D | tty_io.c | 113 # define tty_debug_hangup(tty, f, args...)	tty_debug(tty, f, ##args)1537 		tty_debug(tty, "bad idx %d\n", idx);  in tty_release_checks()
 1546 		tty_debug(tty, "bad driver table[%d] = %p\n",  in tty_release_checks()
 1554 			tty_debug(tty, "bad other table[%d] = %p\n",  in tty_release_checks()
 1559 			tty_debug(tty, "bad link = %p\n", o_tty->link);  in tty_release_checks()
 
 | 
| D | tty_jobctrl.c | 109 		tty_debug(tty, "current tty %s not NULL!!\n",  in __proc_set_tty()
 | 
| D | tty_ldisc.c | 26 #define tty_ldisc_debug(tty, f, args...)	tty_debug(tty, f, ##args)
 | 
| D | pty.c | 35 # define tty_debug_hangup(tty, f, args...)	tty_debug(tty, f, ##args)
 | 
| D | tty_ioctl.c | 31 # define tty_debug_wait_until_sent(tty, f, args...)    tty_debug(tty, f, ##args)
 | 
| /Linux-v5.4/include/linux/ | 
| D | tty.h | 786 #define tty_debug(tty, f, ...)	tty_msg(pr_debug, tty, f, ##__VA_ARGS__)  macro
 |