Searched refs:nopnp (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/3com/ |
D | 3c509.c | 184 static int nopnp; variable 249 if (!nopnp) { in el3_isa_id_sequence() 1378 module_param(nopnp, int, 0); 1379 MODULE_PARM_DESC(nopnp, "disable ISA PnP support (0-1)"); 1392 if (!nopnp) { in el3_init_module()
|
D | 3c515.c | 363 static int nopnp; variable 505 if(nopnp == 1) in corkscrew_scan()
|
/linux-4.1.27/drivers/input/serio/ |
D | i8042.c | 82 module_param_named(nopnp, i8042_nopnp, bool, 0); 83 MODULE_PARM_DESC(nopnp, "Do not use PNP to detect controller settings");
|
/linux-4.1.27/drivers/mmc/host/ |
D | wbsd.c | 1998 module_param_named(nopnp, param_nopnp, uint, 0444); 2009 MODULE_PARM_DESC(nopnp, "Scan for device instead of relying on PNP. (default 0)");
|
/linux-4.1.27/drivers/net/irda/ |
D | smsc-ircc2.c | 80 module_param_named(nopnp, smsc_nopnp, bool, 0); 81 MODULE_PARM_DESC(nopnp, "Do not use PNP to detect controller settings, defaults to true");
|
/linux-4.1.27/Documentation/ |
D | kernel-parameters.txt | 1307 i8042.nopnp [HW] Don't use ACPIPnP / PnPBIOS to discover KBD/AUX 3424 smsc-ircc2.nopnp [HW] Don't use PNP to discover SMC devices
|