Home
last modified time | relevance | path

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

/drivers/media/video/cx18/
Dcx18-driver.h150 if ((x) & cx18_debug) \
164 if (((x) & cx18_debug) && (cx18_debug & CX18_DBGFLG_HIGHVOL)) \
188 extern int cx18_debug;
Dcx18-driver.c113 int cx18_debug; variable
121 module_param_named(debug, cx18_debug, int, 0644);
1150 if (cx18_debug < 0 || cx18_debug > 511) { in module_start()
1151 cx18_debug = 0; in module_start()
Dcx18-mailbox.c107 if (!(cx18_debug & CX18_DBGFLG_API)) in dump_mb()
Dcx18-ioctl.c785 if (cx18_debug & CX18_DBGFLG_IOCTL) in cx18_v4l2_ioctl()