Searched refs:bt_coex_active (Results 1 – 6 of 6) sorted by relevance
72 bool bt_coex_active; member
1868 .bt_coex_active = true,1990 * set bt_coex_active to true, uCode will do kill/defer1993 * set bt_coex_active to false, uCode will ignore the BT activity and2001 * "bt_coex_active" module parameter to "false"2003 * default: bt_coex_active = true (BT_COEX_ENABLE)2005 module_param_named(bt_coex_active, iwlwifi_mod_params.bt_coex_active,2007 MODULE_PARM_DESC(bt_coex_active, "enable wifi/bt co-exist (default: enable)");
3360 static bool bt_coex_active = true; variable3361 module_param(bt_coex_active, bool, 0444);3362 MODULE_PARM_DESC(bt_coex_active, "enable wifi/bluetooth co-exist");4420 if (!bt_coex_active) in il_send_bt_config()
263 if (!iwlwifi_mod_params.bt_coex_active || in iwlagn_send_advance_bt_config()
745 if (!iwlwifi_mod_params.bt_coex_active) in iwl_send_bt_config()
415 if (!iwlwifi_mod_params.bt_coex_active) in iwl_mvm_mac_setup_register()