Home
last modified time | relevance | path

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

/linux-6.15/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,
1191 if (priv->features.hw_rfkill_switch) { in ideapad_sync_rfk_state()
1983 priv->features.hw_rfkill_switch = in ideapad_check_features()
1984 hw_rfkill_switch || dmi_check_system(hw_rfkill_list); in ideapad_check_features()
2206 if (!priv->features.hw_rfkill_switch) in ideapad_acpi_add()