Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/intel/iwlwifi/mvm/
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()
420 if (unlikely(mvm->bt_force_ant_mode != BT_FORCE_ANT_DIS)) in iwl_mvm_bt_coex_notif_handle()
517 if (unlikely(mvm->bt_force_ant_mode != BT_FORCE_ANT_DIS)) in iwl_mvm_bt_rssi_event()
Ddebugfs.c661 int ret, bt_force_ant_mode; in iwl_dbgfs_bt_force_ant_write() local
667 bt_force_ant_mode = ret; in iwl_dbgfs_bt_force_ant_write()
670 if (mvm->bt_force_ant_mode == bt_force_ant_mode) in iwl_dbgfs_bt_force_ant_write()
673 mvm->bt_force_ant_mode = bt_force_ant_mode; in iwl_dbgfs_bt_force_ant_write()
675 modes_str[mvm->bt_force_ant_mode]); in iwl_dbgfs_bt_force_ant_write()
Dmvm.h978 enum iwl_bt_force_ant_mode bt_force_ant_mode; member