Home
last modified time | relevance | path

Searched refs:pc_debug (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/net/wireless/prism54/
Dislpci_mgt.h31 #define DEBUG(f, args...) K_DEBUG(f, pc_debug, args)
33 extern int pc_debug;
Dislpci_mgt.c39 int pc_debug = VERBOSE; variable
40 module_param(pc_debug, int, 0);
49 if ((pc_debug & SHOW_BUFFER_CONTENTS) == 0) in display_buffer()
/linux-4.4.14/drivers/pcmcia/
DKconfig223 sa11xx_core.pc_debug=N
224 pxa2xx_core.pc_debug=N
226 The module option is called pc_debug=N
Dsoc_common.c56 static int pc_debug; variable
57 module_param(pc_debug, int, 0644);
64 if (pc_debug > lvl) { in soc_pcmcia_debug()
/linux-4.4.14/Documentation/networking/
Dray_cs.txt110 pc_debug integer (0-5) larger values for more verbose
113 ray_debug integer Replaced with pc_debug
/linux-4.4.14/drivers/net/ethernet/xircom/
Dxirc2ps_cs.c320 if (pc_debug > 1) {