cx18_debug         96 drivers/media/pci/cx18/cx18-driver.c int cx18_debug;
cx18_debug        104 drivers/media/pci/cx18/cx18-driver.c module_param_named(debug, cx18_debug, int, 0644);
cx18_debug       1324 drivers/media/pci/cx18/cx18-driver.c 	if (cx18_debug < 0 || cx18_debug > 511) {
cx18_debug       1325 drivers/media/pci/cx18/cx18-driver.c 		cx18_debug = 0;
cx18_debug        161 drivers/media/pci/cx18/cx18-driver.h 		if ((x) & cx18_debug) \
cx18_debug        175 drivers/media/pci/cx18/cx18-driver.h 		if (((x) & cx18_debug) && (cx18_debug & CX18_DBGFLG_HIGHVOL)) \
cx18_debug        195 drivers/media/pci/cx18/cx18-driver.h 		if ((x) & cx18_debug) \
cx18_debug        217 drivers/media/pci/cx18/cx18-driver.h 		if (((x) & cx18_debug) && (cx18_debug & CX18_DBGFLG_HIGHVOL)) \
cx18_debug        241 drivers/media/pci/cx18/cx18-driver.h extern int cx18_debug;
cx18_debug        109 drivers/media/pci/cx18/cx18-mailbox.c 	if (!(cx18_debug & CX18_DBGFLG_API))
cx18_debug        560 drivers/media/pci/cx18/cx18-mailbox.c 		if (cx18_debug & CX18_DBGFLG_WARN)
cx18_debug        597 drivers/media/pci/cx18/cx18-mailbox.c 	if (cx18_debug & CX18_DBGFLG_API) { /* only call u32arr2hex if needed */
cx18_debug        599 drivers/media/pci/cx18/cx18-mailbox.c 			if (cx18_debug & CX18_DBGFLG_HIGHVOL)