Searched defs:pc_debug (Results 1 - 3 of 3) sorted by relevance

/drivers/net/wireless/prism54/
H A Dislpci_mgt.c40 int pc_debug = VERBOSE; variable
41 module_param(pc_debug, int, 0);
50 if ((pc_debug & SHOW_BUFFER_CONTENTS) == 0)
/drivers/pcmcia/
H A Dsoc_common.c56 static int pc_debug; variable
57 module_param(pc_debug, int, 0644);
64 if (pc_debug > lvl) {
/drivers/staging/wlags49_h2/
H A Dwl_main.c382 static p_u32 pc_debug = DBG_LVL; variable
383 //MODULE_PARM(pc_debug, "i");
2035 /* Convert "standard" PCMCIA parameter pc_debug to a reasonable DebugFlag value.
2039 if ( pc_debug ) switch( pc_debug ) {

Completed in 190 milliseconds