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

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hisax/
H A Davma1_cs.c38 modules at load time with a 'pc_debug=#' option to insmod.
41 static int pc_debug = PCMCIA_DEBUG; variable
42 module_param(pc_debug, int, 0);
43 #define DEBUG(n, args...) if (pc_debug>(n)) printk(KERN_DEBUG args);
H A Delsa_cs.c65 modules at load time with a 'pc_debug=#' option to insmod.
69 static int pc_debug = PCMCIA_DEBUG; variable
70 module_param(pc_debug, int, 0);
71 #define DEBUG(n, args...) if (pc_debug>(n)) printk(KERN_DEBUG args);
H A Dsedlbauer_cs.c65 modules at load time with a 'pc_debug=#' option to insmod.
69 static int pc_debug = PCMCIA_DEBUG; variable
70 module_param(pc_debug, int, 0);
71 #define DEBUG(n, args...) if (pc_debug>(n)) printk(KERN_DEBUG args);
H A Dteles_cs.c46 modules at load time with a 'pc_debug=#' option to insmod.
50 static int pc_debug = PCMCIA_DEBUG; variable
51 module_param(pc_debug, int, 0);
52 #define DEBUG(n, args...) if (pc_debug>(n)) printk(KERN_DEBUG args);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/telephony/
H A Dixj_pcmcia.c23 static int pc_debug = PCMCIA_DEBUG; variable
24 module_param(pc_debug, int, 0644);
25 #define DEBUG(n, args...) if (pc_debug>(n)) printk(KERN_DEBUG args)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/pcmcia/
H A Daha152x_stub.c58 static int pc_debug = PCMCIA_DEBUG; variable
59 module_param(pc_debug, int, 0644);
60 #define DEBUG(n, args...) if (pc_debug>(n)) printk(KERN_DEBUG args)
H A Dfdomain_stub.c63 static int pc_debug = PCMCIA_DEBUG; variable
64 module_param(pc_debug, int, 0);
65 #define DEBUG(n, args...) if (pc_debug>(n)) printk(KERN_DEBUG args)
H A Dqlogic_stub.c66 static int pc_debug = PCMCIA_DEBUG; variable
67 module_param(pc_debug, int, 0644);
68 #define DEBUG(n, args...) if (pc_debug>(n)) printk(KERN_DEBUG args)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/pcmcia/
H A Dcom20020_cs.c58 static int pc_debug = PCMCIA_DEBUG; variable
59 module_param(pc_debug, int, 0);
60 #define DEBUG(n, args...) if (pc_debug>(n)) printk(KERN_DEBUG args)
H A Dibmtr_cs.c73 static int pc_debug = PCMCIA_DEBUG; variable
74 module_param(pc_debug, int, 0);
75 #define DEBUG(n, args...) if (pc_debug>(n)) printk(KERN_DEBUG args)
H A Dnmclan_cs.c410 INT_MODULE_PARM(pc_debug, PCMCIA_DEBUG);
411 #define DEBUG(n, args...) if (pc_debug>(n)) printk(KERN_DEBUG args)
891 return pc_debug;
896 pc_debug = level;
1422 if (pc_debug > 2) {
1509 if (pc_debug > 1) {
1565 if (pc_debug > 1) {
H A Dfmvj18x_cs.c76 INT_MODULE_PARM(pc_debug, PCMCIA_DEBUG);
77 #define DEBUG(n, args...) if (pc_debug>(n)) printk(KERN_DEBUG args)
1009 if (pc_debug > 5) {
1063 return pc_debug;
1068 pc_debug = level;
H A D3c589_cs.c135 INT_MODULE_PARM(pc_debug, PCMCIA_DEBUG);
136 #define DEBUG(n, args...) if (pc_debug>(n)) printk(KERN_DEBUG args)
512 return pc_debug;
517 pc_debug = level;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/pcmcia/
H A Dcm4040_cs.c45 static int pc_debug = PCMCIA_DEBUG; variable
46 module_param(pc_debug, int, 0600);
48 if (pc_debug >= (n)) \
98 if (pc_debug >= 7)
108 if (pc_debug >= 7)
263 if (pc_debug >= 6)
291 if (pc_debug >= 6)
H A Dcm4000_cs.c51 static int pc_debug = PCMCIA_DEBUG; variable
52 module_param(pc_debug, int, 0600);
54 if (pc_debug >= (n)) \
182 if (pc_debug >= 7)
191 if (pc_debug >= 7)
516 if (pc_debug >= 5)
519 if (pc_debug >= 5)
583 if (pc_debug >= 5)
1612 old_pc_debug = pc_debug;
1613 if (copy_from_user(&pc_debug, arg
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Dairo_cs.c51 modules at load time with a 'pc_debug=#' option to insmod.
54 static int pc_debug = PCMCIA_DEBUG; variable
55 module_param(pc_debug, int, 0);
57 #define DEBUG(n, args...) if (pc_debug>(n)) printk(KERN_DEBUG args);
H A Datmel_cs.c63 modules at load time with a 'pc_debug=#' option to insmod.
67 static int pc_debug = PCMCIA_DEBUG; variable
68 module_param(pc_debug, int, 0);
70 #define DEBUG(n, args...) if (pc_debug>(n)) printk(KERN_DEBUG args);
H A Dnetwave_cs.c153 modules at load time with a 'pc_debug=#' option to insmod.
157 static int pc_debug = PCMCIA_DEBUG; variable
158 module_param(pc_debug, int, 0);
159 #define DEBUG(n, args...) if (pc_debug>(n)) printk(KERN_DEBUG args)
1396 if (pc_debug > 2) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/host/
H A Dsl811_cs.c42 static int pc_debug = 0; variable
43 module_param(pc_debug, int, 0644);
45 #define DBG(n, args...) if (pc_debug>(n)) printk(KERN_DEBUG "sl811_cs: " args)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/parport/
H A Dparport_cs.c70 INT_MODULE_PARM(pc_debug, PCMCIA_DEBUG);
71 #define DEBUG(n, args...) if (pc_debug>(n)) printk(KERN_DEBUG args)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pcmcia/
H A Dcs.c67 static int pc_debug; variable
69 module_param(pc_debug, int, 0644);
73 return pc_debug > level;
H A Dsoc_common.c57 static int pc_debug; variable
58 module_param(pc_debug, int, 0644);
64 if (pc_debug > lvl) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/legacy/
H A Dide-cs.c67 INT_MODULE_PARM(pc_debug, PCMCIA_DEBUG);
68 #define DEBUG(n, args...) if (pc_debug>(n)) printk(KERN_DEBUG args)

Completed in 172 milliseconds

12