Home
last modified time | relevance | path

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

/linux/drivers/pcmcia/
H A DKconfig223 sa11xx_core.pc_debug=N
224 pxa2xx_core.pc_debug=N
226 The module option is called pc_debug=N
/linux/drivers/staging/gpib/tnt4882/
H A Dtnt4882_gpib.c1663 * modules at load time with a 'pc_debug=#' option to insmod.
1667 static int pc_debug = PCMCIA_DEBUG; in ni_gpib_remove()
1668 module_param(pc_debug, int, 0); in ni_gpib_remove()
1670 do {if (pc_debug > (n)) \ in ni_gpib_remove()
1587 static int pc_debug = PCMCIA_DEBUG; global() variable
/linux/drivers/staging/gpib/ines/
H A Dines_gpib.c992 static int pc_debug = PCMCIA_DEBUG; variable
993 #define DEBUG(n, args...) do {if (pc_debug > (n)) pr_debug(args)} while (0)
/linux/drivers/staging/gpib/cb7210/
H A Dcb7210.c1124 * modules at load time with a 'pc_debug=#' option to insmod.
1130 static int pc_debug = PCMCIA_DEBUG; variable
1131 #define DEBUG(n, args...) do {if (pc_debug > (n)) pr_debug(args); } while (0)
/linux/drivers/net/ethernet/xircom/
H A Dxirc2ps_cs.c320 if (pc_debug > 1) {