Searched refs:bt_coex_active (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/ |
H A D | iwl-modparams.h | 107 * @bt_coex_active: enable bt coex, default = true 124 bool bt_coex_active; member
|
H A D | iwl-drv.c | 1742 .bt_coex_active = true, 1865 * set bt_coex_active to true, uCode will do kill/defer 1868 * set bt_coex_active to false, uCode will ignore the BT activity and 1876 * "bt_coex_active" module parameter to "false" 1878 * default: bt_coex_active = true (BT_COEX_ENABLE) 1880 module_param_named(bt_coex_active, iwlwifi_mod_params.bt_coex_active, 1882 MODULE_PARM_DESC(bt_coex_active, "enable wifi/bt co-exist (default: enable)");
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/ |
H A D | iwl-modparams.h | 54 * @bt_coex_active: enable bt coex, default = true 72 bool bt_coex_active; member
|
H A D | iwl-drv.c | 1866 .bt_coex_active = true, 1988 * set bt_coex_active to true, uCode will do kill/defer 1991 * set bt_coex_active to false, uCode will ignore the BT activity and 1999 * "bt_coex_active" module parameter to "false" 2001 * default: bt_coex_active = true (BT_COEX_ENABLE) 2003 module_param_named(bt_coex_active, iwlwifi_mod_params.bt_coex_active, 2005 MODULE_PARM_DESC(bt_coex_active, "enable wifi/bt co-exist (default: enable)");
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlegacy/ |
H A D | common.c | 3337 * set bt_coex_active to true, uCode will do kill/defer 3340 * set bt_coex_active to false, uCode will ignore the BT activity and 3348 * "bt_coex_active" module parameter to "false" 3350 * default: bt_coex_active = true (BT_COEX_ENABLE) 3352 static bool bt_coex_active = true; variable 3353 module_param(bt_coex_active, bool, 0444); 3354 MODULE_PARM_DESC(bt_coex_active, "enable wifi/bluetooth co-exist"); 4412 if (!bt_coex_active) in il_send_bt_config()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlegacy/ |
H A D | common.c | 3334 * set bt_coex_active to true, uCode will do kill/defer 3337 * set bt_coex_active to false, uCode will ignore the BT activity and 3345 * "bt_coex_active" module parameter to "false" 3347 * default: bt_coex_active = true (BT_COEX_ENABLE) 3349 static bool bt_coex_active = true; variable 3350 module_param(bt_coex_active, bool, 0444); 3351 MODULE_PARM_DESC(bt_coex_active, "enable wifi/bluetooth co-exist"); 4409 if (!bt_coex_active) in il_send_bt_config()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | lib.c | 268 if (!iwlwifi_mod_params.bt_coex_active || in iwlagn_send_advance_bt_config()
|
H A D | main.c | 751 if (!iwlwifi_mod_params.bt_coex_active) in iwl_send_bt_config()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | lib.c | 263 if (!iwlwifi_mod_params.bt_coex_active || in iwlagn_send_advance_bt_config()
|
H A D | main.c | 745 if (!iwlwifi_mod_params.bt_coex_active) in iwl_send_bt_config()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | mac80211.c | 485 if (!iwlwifi_mod_params.bt_coex_active) in iwl_mvm_mac_setup_register() 487 "iwlmvm doesn't allow to disable BT Coex, check bt_coex_active module parameter\n"); in iwl_mvm_mac_setup_register()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | mac80211.c | 413 if (!iwlwifi_mod_params.bt_coex_active) in iwl_mvm_mac_setup_register() 415 "iwlmvm doesn't allow to disable BT Coex, check bt_coex_active module parameter\n"); in iwl_mvm_mac_setup_register()
|
Completed in 42 milliseconds