Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/mmc/host/
H A Dwbsd.c72 static unsigned int param_nopnp = 0; variable
74 static const unsigned int param_nopnp = 1; variable
1948 if (!param_nopnp) { in wbsd_drv_init()
1955 if (param_nopnp) { in wbsd_drv_init()
1981 if (!param_nopnp) in wbsd_drv_exit()
1986 if (param_nopnp) { in wbsd_drv_exit()
1998 module_param_hw_named(nopnp, param_nopnp, uint, other, 0444);
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Dwbsd.c72 static unsigned int param_nopnp = 0; variable
74 static const unsigned int param_nopnp = 1; variable
1938 if (!param_nopnp) { in wbsd_drv_init()
1945 if (param_nopnp) { in wbsd_drv_init()
1971 if (!param_nopnp) in wbsd_drv_exit()
1976 if (param_nopnp) { in wbsd_drv_exit()
1988 module_param_hw_named(nopnp, param_nopnp, uint, other, 0444);

Completed in 4 milliseconds