Searched refs:CX18_DBGFLG_WARN (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/pci/cx18/ |
H A D | cx18-driver.h | 146 #define CX18_DBGFLG_WARN (1 << 0) macro 164 #define CX18_DEBUG_WARN(fmt, args...) CX18_DEBUG(CX18_DBGFLG_WARN, "warning", fmt , ## args) 178 #define CX18_DEBUG_HI_WARN(fmt, args...) CX18_DEBUG_HIGH_VOL(CX18_DBGFLG_WARN, "warning", fmt , ## args) 199 CX18_DEBUG_DEV(CX18_DBGFLG_WARN, dev, "warning", fmt , ## args) 221 CX18_DEBUG_HIGH_VOL_DEV(CX18_DBGFLG_WARN, dev, "warning", fmt , ## args)
|
H A D | cx18-mailbox.c | 560 if (cx18_debug & CX18_DBGFLG_WARN) in cx18_api_epu_cmd_irq()
|
/kernel/linux/linux-6.6/drivers/media/pci/cx18/ |
H A D | cx18-driver.h | 145 #define CX18_DBGFLG_WARN (1 << 0) macro 163 #define CX18_DEBUG_WARN(fmt, args...) CX18_DEBUG(CX18_DBGFLG_WARN, "warning", fmt , ## args) 177 #define CX18_DEBUG_HI_WARN(fmt, args...) CX18_DEBUG_HIGH_VOL(CX18_DBGFLG_WARN, "warning", fmt , ## args) 198 CX18_DEBUG_DEV(CX18_DBGFLG_WARN, dev, "warning", fmt , ## args) 220 CX18_DEBUG_HIGH_VOL_DEV(CX18_DBGFLG_WARN, dev, "warning", fmt , ## args)
|
H A D | cx18-mailbox.c | 561 if (cx18_debug & CX18_DBGFLG_WARN) in cx18_api_epu_cmd_irq()
|
Completed in 6 milliseconds