Home
last modified time | relevance | path

Searched refs:param_nopnp (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/mmc/host/
Dwbsd.c70 static unsigned int param_nopnp = 0; variable
72 static const unsigned int param_nopnp = 1; variable
1937 if (!param_nopnp) { in wbsd_drv_init()
1944 if (param_nopnp) { in wbsd_drv_init()
1970 if (!param_nopnp) in wbsd_drv_exit()
1975 if (param_nopnp) { in wbsd_drv_exit()
1987 module_param_hw_named(nopnp, param_nopnp, uint, other, 0444);