Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/platform/x86/
Dideapad-laptop.c151 static bool no_bt_rfkill; variable
152 module_param(no_bt_rfkill, bool, 0444);
153 MODULE_PARM_DESC(no_bt_rfkill, "No rfkill for bluetooth.");
986 if (no_bt_rfkill && ideapad_rfk_data[dev].type == RFKILL_TYPE_BLUETOOTH) { in ideapad_register_rfkill()