PARPORT_MODE_ 302 drivers/parport/parport_gsc.c #define printmode(x) {if(p->modes&PARPORT_MODE_##x){pr_cont("%s%s",f?",":"",#x);f++;}} PARPORT_MODE_ 2142 drivers/parport/parport_ip32.c #define printmode(x) if (p->modes & PARPORT_MODE_##x) \ PARPORT_MODE_ 2160 drivers/parport/parport_pc.c if (p->modes & PARPORT_MODE_##x) {\ PARPORT_MODE_ 216 drivers/parport/procfs.c #define printmode(x) {if(port->modes&PARPORT_MODE_##x){len+=sprintf(buffer+len,"%s%s",f?",":"",#x);f++;}}