Searched refs:pc_debug (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/prism54/
H A Dislpci_mgt.h32 #define DEBUG(f, args...) K_DEBUG(f, pc_debug, args)
34 extern int pc_debug;
H A Dislpci_mgt.c41 int pc_debug = VERBOSE; variable
42 module_param(pc_debug, int, 0);
51 if ((pc_debug & SHOW_BUFFER_CONTENTS) == 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pcmcia/
H A Dsoc_common.c54 static int pc_debug; variable
55 module_param(pc_debug, int, 0644);
61 if (pc_debug > lvl) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/wlags49_h2/
H A Dwl_main.c237 static p_u32 pc_debug = DBG_LVL; variable
238 //MODULE_PARM(pc_debug, "i");
1671 /* Convert "standard" PCMCIA parameter pc_debug to a reasonable DebugFlag value.
1675 if ( pc_debug ) switch( pc_debug ) {

Completed in 84 milliseconds