Home
last modified time | relevance | path

Searched refs:DEBUG_LEVEL_ISR (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/char/pcmcia/
Dsynclink_cs.c834 if (debug_level >= DEBUG_LEVEL_ISR) in rx_ready_hdlc()
946 if (debug_level >= DEBUG_LEVEL_ISR) { in rx_ready_async()
1001 if (debug_level >= DEBUG_LEVEL_ISR) in tx_ready()
1061 if (debug_level >= DEBUG_LEVEL_ISR) in cts_change()
1070 if (debug_level >= DEBUG_LEVEL_ISR) in cts_change()
1103 if (debug_level >= DEBUG_LEVEL_ISR) in dcd_change()
1109 if (debug_level >= DEBUG_LEVEL_ISR) in dcd_change()
1163 if (debug_level >= DEBUG_LEVEL_ISR) in mgslpc_isr()
1174 if (debug_level >= DEBUG_LEVEL_ISR) in mgslpc_isr()
1247 if (debug_level >= DEBUG_LEVEL_ISR) in mgslpc_isr()
[all …]
/linux-6.1.9/include/uapi/linux/
Dsynclink.h242 #define DEBUG_LEVEL_ISR 5 macro
/linux-6.1.9/drivers/tty/
Dsynclink_gt.c40 #define DBGISR(fmt) if (debug_level >= DEBUG_LEVEL_ISR) printk fmt