Searched refs:nopnp (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/drivers/net/ethernet/3com/ |
D | 3c509.c | 180 static int nopnp; variable 245 if (!nopnp) { in el3_isa_id_sequence() 1372 module_param(nopnp, int, 0); 1373 MODULE_PARM_DESC(nopnp, "disable ISA PnP support (0-1)"); 1386 if (!nopnp) { in el3_init_module()
|
D | 3c515.c | 359 static int nopnp; variable 494 if(nopnp == 1) in corkscrew_scan()
|
/linux-6.6.21/drivers/input/serio/ |
D | i8042.c | 114 module_param_named(nopnp, i8042_nopnp, bool, 0); 115 MODULE_PARM_DESC(nopnp, "Do not use PNP to detect controller settings");
|
/linux-6.6.21/drivers/mmc/host/ |
D | wbsd.c | 1988 module_param_hw_named(nopnp, param_nopnp, uint, other, 0444); 1999 MODULE_PARM_DESC(nopnp, "Scan for device instead of relying on PNP. (default 0)");
|
/linux-6.6.21/Documentation/admin-guide/ |
D | kernel-parameters.txt | 1864 i8042.nopnp [HW] Don't use ACPIPnP / PnPBIOS to discover KBD/AUX 5868 smsc-ircc2.nopnp [HW] Don't use PNP to discover SMC devices
|