Home
last modified time | relevance | path

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

/linux/drivers/platform/x86/
H A Dideapad-laptop.c173 bool hw_rfkill_switch : 1; member
203 static bool hw_rfkill_switch; variable
204 module_param(hw_rfkill_switch, bool, 0444);
205 MODULE_PARM_DESC(hw_rfkill_switch,
1179 if (priv->features.hw_rfkill_switch) { in ideapad_sync_rfk_state()
1973 priv->features.hw_rfkill_switch = in ideapad_check_features()
1974 hw_rfkill_switch || dmi_check_system(hw_rfkill_list); in ideapad_check_features()
2194 if (!priv->features.hw_rfkill_switch) in ideapad_acpi_add()