Home
last modified time | relevance | path

Searched refs:cx18_debug (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/pci/cx18/
H A Dcx18-driver.h161 if ((x) & cx18_debug) \
175 if (((x) & cx18_debug) && (cx18_debug & CX18_DBGFLG_HIGHVOL)) \
195 if ((x) & cx18_debug) \
217 if (((x) & cx18_debug) && (cx18_debug & CX18_DBGFLG_HIGHVOL)) \
241 extern int cx18_debug;
H A Dcx18-mailbox.c109 if (!(cx18_debug & CX18_DBGFLG_API)) in dump_mb()
560 if (cx18_debug & CX18_DBGFLG_WARN) in cx18_api_epu_cmd_irq()
597 if (cx18_debug & CX18_DBGFLG_API) { /* only call u32arr2hex if needed */ in cx18_api_call()
599 if (cx18_debug & CX18_DBGFLG_HIGHVOL) in cx18_api_call()
H A Dcx18-driver.c96 int cx18_debug; variable
104 module_param_named(debug, cx18_debug, int, 0644);
1324 if (cx18_debug < 0 || cx18_debug > 511) { in module_start()
1325 cx18_debug = 0; in module_start()
/kernel/linux/linux-6.6/drivers/media/pci/cx18/
H A Dcx18-driver.h160 if ((x) & cx18_debug) \
174 if (((x) & cx18_debug) && (cx18_debug & CX18_DBGFLG_HIGHVOL)) \
194 if ((x) & cx18_debug) \
216 if (((x) & cx18_debug) && (cx18_debug & CX18_DBGFLG_HIGHVOL)) \
240 extern int cx18_debug;
H A Dcx18-mailbox.c109 if (!(cx18_debug & CX18_DBGFLG_API)) in dump_mb()
561 if (cx18_debug & CX18_DBGFLG_WARN) in cx18_api_epu_cmd_irq()
598 if (cx18_debug & CX18_DBGFLG_API) { /* only call u32arr2hex if needed */ in cx18_api_call()
600 if (cx18_debug & CX18_DBGFLG_HIGHVOL) in cx18_api_call()
H A Dcx18-driver.c96 int cx18_debug; variable
104 module_param_named(debug, cx18_debug, int, 0644);
1323 if (cx18_debug < 0 || cx18_debug > 511) { in module_start()
1324 cx18_debug = 0; in module_start()

Completed in 13 milliseconds