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

12

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/pcmcia/
H A Daironet4500_cs.c71 static int pc_debug = PCMCIA_DEBUG; variable
72 MODULE_PARM(pc_debug, "i");
73 #define PC_DEBUG(n, args...) if (pc_debug>(n)) printk(KERN_DEBUG args)
194 edata.data = pc_debug;
204 pc_debug = edata.data;
H A Dcom20020_cs.c60 static int pc_debug = PCMCIA_DEBUG; variable
61 MODULE_PARM(pc_debug, "i");
62 #define DEBUG(n, args...) if (pc_debug>(n)) printk(KERN_DEBUG args)
H A Dnmclan_cs.c415 INT_MODULE_PARM(pc_debug, PCMCIA_DEBUG);
416 #define DEBUG(n, args...) if (pc_debug>(n)) printk(KERN_DEBUG args)
1039 edata.data = pc_debug;
1049 pc_debug = edata.data;
1590 if (pc_debug > 2) {
1677 if (pc_debug > 1) {
1732 if (pc_debug > 1) {
H A Dibmtr_cs.c75 static int pc_debug = PCMCIA_DEBUG; variable
76 MODULE_PARM(pc_debug, "i");
77 #define DEBUG(n, args...) if (pc_debug>(n)) printk(KERN_DEBUG args)
H A Dnetwave_cs.c164 modules at load time with a 'pc_debug=#' option to insmod.
168 static int pc_debug = PCMCIA_DEBUG; variable
169 MODULE_PARM(pc_debug, "i");
170 #define DEBUG(n, args...) if (pc_debug>(n)) printk(KERN_DEBUG args)
632 edata.data = pc_debug;
642 pc_debug = edata.data;
1630 if (pc_debug > 2) {
H A Dfmvj18x_cs.c81 INT_MODULE_PARM(pc_debug, PCMCIA_DEBUG);
82 #define DEBUG(n, args...) if (pc_debug>(n)) printk(KERN_DEBUG args)
1070 if (pc_debug > 5) {
1139 edata.data = pc_debug;
1149 pc_debug = edata.data;
H A D3c589_cs.c140 INT_MODULE_PARM(pc_debug, PCMCIA_DEBUG);
141 #define DEBUG(n, args...) if (pc_debug>(n)) printk(KERN_DEBUG args)
677 edata.data = pc_debug;
687 pc_debug = edata.data;
H A Dxirc2ps_cs.c220 * modules at load time with a 'pc_debug=#' option to insmod.
223 static int pc_debug = PCMCIA_DEBUG; variable
224 MODULE_PARM(pc_debug, "i");
225 #define DEBUG(n, args...) if (pc_debug>(n)) printk(KDBG_XIRC args)
1794 if (pc_debug) {
2031 DEBUG(0, "pc_debug=%d\n", pc_debug);
H A Dray_cs.c80 modules at load time with a 'pc_debug=#' option to insmod.
88 static int pc_debug = PCMCIA_DEBUG; variable
89 MODULE_PARM(pc_debug, "i");
90 /* #define DEBUG(n, args...) if (pc_debug>(n)) printk(KERN_DEBUG args); */
91 #define DEBUG(n, args...) if (pc_debug>(n)) printk(args);
819 if (pc_debug > 2) {
2503 if (pc_debug > 3) {
2563 if (pc_debug > 3) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/ide/
H A Dide-cs.c58 static int pc_debug = PCMCIA_DEBUG; variable
59 MODULE_PARM(pc_debug, "i");
60 #define DEBUG(n, args...) if (pc_debug>(n)) printk(KERN_DEBUG args)
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/hisax/
H A Davma1_cs.c43 modules at load time with a 'pc_debug=#' option to insmod.
46 static int pc_debug = PCMCIA_DEBUG; variable
47 MODULE_PARM(pc_debug, "i");
48 #define DEBUG(n, args...) if (pc_debug>(n)) printk(KERN_DEBUG args);
H A Delsa_cs.c67 modules at load time with a 'pc_debug=#' option to insmod.
71 static int pc_debug = PCMCIA_DEBUG; variable
72 MODULE_PARM(pc_debug, "i");
73 #define DEBUG(n, args...) if (pc_debug>(n)) printk(KERN_DEBUG args);
H A Dsedlbauer_cs.c67 modules at load time with a 'pc_debug=#' option to insmod.
71 static int pc_debug = PCMCIA_DEBUG; variable
72 MODULE_PARM(pc_debug, "i");
73 #define DEBUG(n, args...) if (pc_debug>(n)) printk(KERN_DEBUG args);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/telephony/
H A Dixj_pcmcia.c25 static int pc_debug = PCMCIA_DEBUG; variable
26 MODULE_PARM(pc_debug, "i");
27 #define DEBUG(n, args...) if (pc_debug>(n)) printk(KERN_DEBUG args)
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/pcmcia/
H A Dcs_internal.h264 extern int pc_debug;
265 #define DEBUG(n, args...) do { if (pc_debug>(n)) printk(KERN_DEBUG args); } while (0)
H A Dcardbus.c71 static int pc_debug = PCMCIA_DEBUG; variable
H A Dtcic.c61 static int pc_debug = PCMCIA_DEBUG; variable
62 MODULE_PARM(pc_debug, "i");
65 #define DEBUG(n, args...) if (pc_debug>(n)) printk(KERN_DEBUG args)
H A Dds.c70 INT_MODULE_PARM(pc_debug, PCMCIA_DEBUG);
71 #define DEBUG(n, args...) if (pc_debug>(n)) printk(KERN_DEBUG args)
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/wireless/
H A Dairo_cs.c53 modules at load time with a 'pc_debug=#' option to insmod.
56 static int pc_debug = PCMCIA_DEBUG; variable
57 MODULE_PARM(pc_debug, "i");
59 #define DEBUG(n, args...) if (pc_debug>(n)) printk(KERN_DEBUG args);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/pcmcia/
H A Daha152x_stub.c86 INT_MODULE_PARM(pc_debug, PCMCIA_DEBUG);
87 #define DEBUG(n, args...) if (pc_debug>(n)) printk(KERN_DEBUG args)
H A Dfdomain_stub.c73 INT_MODULE_PARM(pc_debug, PCMCIA_DEBUG);
74 #define DEBUG(n, args...) if (pc_debug>(n)) printk(KERN_DEBUG args)
H A Dqlogic_stub.c81 INT_MODULE_PARM(pc_debug, PCMCIA_DEBUG);
82 #define DEBUG(n, args...) if (pc_debug>(n)) printk(KERN_DEBUG args)
H A Dnsp_cs.c73 static int pc_debug = PCMCIA_DEBUG; variable
74 MODULE_PARM(pc_debug, "i");
75 MODULE_PARM_DESC(pc_debug, "set debug level");
77 #define DEBUG(n, args...) if (pc_debug>(n)) printk(KERN_DEBUG args)
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/parport/
H A Dparport_cs.c78 INT_MODULE_PARM(pc_debug, PCMCIA_DEBUG);
79 #define DEBUG(n, args...) if (pc_debug>(n)) printk(KERN_DEBUG args)
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/pcmcia/
H A Dserial_cs.c76 INT_MODULE_PARM(pc_debug, PCMCIA_DEBUG);
77 #define DEBUG(n, args...) if (pc_debug>(n)) printk(KERN_DEBUG args)

Completed in 142 milliseconds

12