Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dcoex.c202 if (unlikely(mvm->bt_force_ant_mode != BT_FORCE_ANT_DIS)) { in iwl_mvm_send_bt_init_conf()
203 switch (mvm->bt_force_ant_mode) { in iwl_mvm_send_bt_init_conf()
475 if (unlikely(mvm->bt_force_ant_mode != BT_FORCE_ANT_DIS)) in iwl_mvm_bt_coex_notif_handle()
572 if (unlikely(mvm->bt_force_ant_mode != BT_FORCE_ANT_DIS)) in iwl_mvm_bt_rssi_event()
H A Ddebugfs.c714 int ret, bt_force_ant_mode; in iwl_dbgfs_bt_force_ant_write() local
720 bt_force_ant_mode = ret; in iwl_dbgfs_bt_force_ant_write()
723 if (mvm->bt_force_ant_mode == bt_force_ant_mode) in iwl_dbgfs_bt_force_ant_write()
726 mvm->bt_force_ant_mode = bt_force_ant_mode; in iwl_dbgfs_bt_force_ant_write()
728 modes_str[mvm->bt_force_ant_mode]); in iwl_dbgfs_bt_force_ant_write()
H A Dmvm.h1021 enum iwl_bt_force_ant_mode bt_force_ant_mode; member
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dcoex.c147 if (unlikely(mvm->bt_force_ant_mode != BT_FORCE_ANT_DIS)) { in iwl_mvm_send_bt_init_conf()
148 switch (mvm->bt_force_ant_mode) { in iwl_mvm_send_bt_init_conf()
455 if (unlikely(mvm->bt_force_ant_mode != BT_FORCE_ANT_DIS)) in iwl_mvm_bt_coex_notif_handle()
552 if (unlikely(mvm->bt_force_ant_mode != BT_FORCE_ANT_DIS)) in iwl_mvm_bt_rssi_event()
H A Ddebugfs.c687 int ret, bt_force_ant_mode; in iwl_dbgfs_bt_force_ant_write() local
693 bt_force_ant_mode = ret; in iwl_dbgfs_bt_force_ant_write()
696 if (mvm->bt_force_ant_mode == bt_force_ant_mode) in iwl_dbgfs_bt_force_ant_write()
699 mvm->bt_force_ant_mode = bt_force_ant_mode; in iwl_dbgfs_bt_force_ant_write()
701 modes_str[mvm->bt_force_ant_mode]); in iwl_dbgfs_bt_force_ant_write()
H A Dmvm.h1053 enum iwl_bt_force_ant_mode bt_force_ant_mode; member

Completed in 16 milliseconds