Searched refs:nopnp (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/net/ethernet/3com/
H A D3c509.c180 static int nopnp; variable
245 if (!nopnp) {
1372 module_param(nopnp, int, 0);
1373 MODULE_PARM_DESC(nopnp, "disable ISA PnP support (0-1)");
1386 if (!nopnp) {
H A D3c515.c359 static int nopnp; variable
494 if(nopnp == 1)
/linux-master/drivers/input/serio/
H A Di8042.c114 module_param_named(nopnp, i8042_nopnp, bool, 0);
115 MODULE_PARM_DESC(nopnp, "Do not use PNP to detect controller settings");
/linux-master/drivers/mmc/host/
H A Dwbsd.c1986 module_param_hw_named(nopnp, param_nopnp, uint, other, 0444);
1997 MODULE_PARM_DESC(nopnp, "Scan for device instead of relying on PNP. (default 0)");

Completed in 131 milliseconds