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

/linux-4.1.27/drivers/net/wireless/prism54/
H A Dislpci_mgt.h31 #define DEBUG(f, args...) K_DEBUG(f, pc_debug, args)
33 extern int pc_debug;
H A Dislpci_mgt.c39 int pc_debug = VERBOSE; variable
40 module_param(pc_debug, int, 0);
49 if ((pc_debug & SHOW_BUFFER_CONTENTS) == 0) display_buffer()
H A Dislpci_hotplug.c28 #include "islpci_mgt.h" /* for pc_debug */
/linux-4.1.27/drivers/pcmcia/
H A Dsoc_common.c56 static int pc_debug; variable
57 module_param(pc_debug, int, 0644);
64 if (pc_debug > lvl) { soc_pcmcia_debug()
/linux-4.1.27/drivers/net/ethernet/xircom/
H A Dxirc2ps_cs.c320 if (pc_debug > 1) {

Completed in 215 milliseconds