Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/pci/cx18/
Dcx18-driver.h170 if ((x) & cx18_debug) \
184 if (((x) & cx18_debug) && (cx18_debug & CX18_DBGFLG_HIGHVOL)) \
204 if ((x) & cx18_debug) \
226 if (((x) & cx18_debug) && (cx18_debug & CX18_DBGFLG_HIGHVOL)) \
250 extern int cx18_debug;
Dcx18-mailbox.c118 if (!(cx18_debug & CX18_DBGFLG_API)) in dump_mb()
569 if (cx18_debug & CX18_DBGFLG_WARN) in cx18_api_epu_cmd_irq()
606 if (cx18_debug & CX18_DBGFLG_API) { /* only call u32arr2hex if needed */ in cx18_api_call()
608 if (cx18_debug & CX18_DBGFLG_HIGHVOL) in cx18_api_call()
Dcx18-driver.c105 int cx18_debug; variable
113 module_param_named(debug, cx18_debug, int, 0644);
1333 if (cx18_debug < 0 || cx18_debug > 511) { in module_start()
1334 cx18_debug = 0; in module_start()