Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/platform/x86/dell/
Ddell-laptop.c94 static bool force_rfkill; variable
97 module_param(force_rfkill, bool, 0444);
98 MODULE_PARM_DESC(force_rfkill, "enable rfkill on non whitelisted models");
748 if (!force_rfkill && !whitelisted) in dell_setup_rfkill()
760 if (!(status & BIT(0)) && !force_rfkill) in dell_setup_rfkill()