Searched refs:sx_debug (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Dsx.c94 static int sx_debug; variable
147 module_param(sx_debug, int, 0);
175 #define sx_dprintk(f, str...) if (sx_debug & f) printk (str)
1296 if (sx_debug & SX_DEBUG_OPEN)
1561 sx_debug = arg;
1564 rc = sx_debug;
1743 if (sx_debug & SX_DEBUG_INIT)
1746 if (sx_debug & SX_DEBUG_INIT)
1902 if (sx_debug & SX_DEBUG_PROBE)
1909 if (sx_debug
[all...]
H A Dspecialix.c111 static int sx_debug; variable
115 #define dprintk(f, str...) if (sx_debug & f) printk (str)
1282 if (sx_debug & SX_DEBUG_FIFO) {
2454 module_param(sx_debug, int, 0);

Completed in 102 milliseconds