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

/linux-master/drivers/platform/x86/
H A Dideapad-laptop.c157 static bool no_bt_rfkill; variable
158 module_param(no_bt_rfkill, bool, 0444);
159 MODULE_PARM_DESC(no_bt_rfkill, "No rfkill for bluetooth.");
1006 if (no_bt_rfkill && ideapad_rfk_data[dev].type == RFKILL_TYPE_BLUETOOTH) {
1007 /* Force to enable bluetooth when no_bt_rfkill=1 */

Completed in 250 milliseconds