Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/crypto/marvell/
Dcesa.c34 static int allhwsupport = !IS_ENABLED(CONFIG_CRYPTO_DEV_MV_CESA); variable
35 module_param_named(allhwsupport, allhwsupport, int, 0444);
36 MODULE_PARM_DESC(allhwsupport, "Enable support for all hardware (even it if overlaps with the mv_ce…
396 if ((caps == &orion_caps || caps == &kirkwood_caps) && !allhwsupport) in mv_cesa_probe()
/linux-4.4.14/drivers/net/wireless/b43/
Dmain.c116 module_param_named(allhwsupport, modparam_allhwsupport, int, 0444);
117 MODULE_PARM_DESC(allhwsupport, "Enable support for all hardware (even it if overlaps with the brcms…