Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/platform/x86/
Dideapad-laptop.c143 bool hw_rfkill_switch : 1; member
167 static bool hw_rfkill_switch; variable
168 module_param(hw_rfkill_switch, bool, 0444);
169 MODULE_PARM_DESC(hw_rfkill_switch,
990 if (priv->features.hw_rfkill_switch) { in ideapad_sync_rfk_state()
1633 priv->features.hw_rfkill_switch = in ideapad_check_features()
1634 hw_rfkill_switch || dmi_check_system(hw_rfkill_list); in ideapad_check_features()
1837 if (!priv->features.hw_rfkill_switch) in ideapad_acpi_add()