Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/media/video/cx18/
Dcx18-driver.h174 if ((x) & cx18_debug) \
188 if (((x) & cx18_debug) && (cx18_debug & CX18_DBGFLG_HIGHVOL)) \
208 if ((x) & cx18_debug) \
230 if (((x) & cx18_debug) && (cx18_debug & CX18_DBGFLG_HIGHVOL)) \
254 extern int cx18_debug;
Dcx18-mailbox.c122 if (!(cx18_debug & CX18_DBGFLG_API)) in dump_mb()
517 if (cx18_debug & CX18_DBGFLG_WARN) in cx18_api_epu_cmd_irq()
555 if (cx18_debug & CX18_DBGFLG_API) { /* only call u32arr2hex if needed */ in cx18_api_call()
557 if (cx18_debug & CX18_DBGFLG_HIGHVOL) in cx18_api_call()
Dcx18-driver.c110 int cx18_debug; variable
118 module_param_named(debug, cx18_debug, int, 0644);
1317 if (cx18_debug < 0 || cx18_debug > 511) { in module_start()
1318 cx18_debug = 0; in module_start()
Dcx18-ioctl.c1038 if (cx18_debug & CX18_DBGFLG_IOCTL) in cx18_v4l2_ioctl()