Searched refs:bt_force_ant_mode (Results 1 – 4 of 4) sorted by relevance
618 int ret, bt_force_ant_mode; in iwl_dbgfs_bt_force_ant_write() local620 for (bt_force_ant_mode = 0; in iwl_dbgfs_bt_force_ant_write()621 bt_force_ant_mode < ARRAY_SIZE(modes_str); in iwl_dbgfs_bt_force_ant_write()622 bt_force_ant_mode++) { in iwl_dbgfs_bt_force_ant_write()623 if (!strcmp(buf, modes_str[bt_force_ant_mode])) in iwl_dbgfs_bt_force_ant_write()627 if (bt_force_ant_mode >= ARRAY_SIZE(modes_str)) in iwl_dbgfs_bt_force_ant_write()632 if (mvm->bt_force_ant_mode == bt_force_ant_mode) in iwl_dbgfs_bt_force_ant_write()635 mvm->bt_force_ant_mode = bt_force_ant_mode; in iwl_dbgfs_bt_force_ant_write()637 modes_str[mvm->bt_force_ant_mode]); in iwl_dbgfs_bt_force_ant_write()
419 if (unlikely(mvm->bt_force_ant_mode != BT_FORCE_ANT_DIS)) { in iwl_send_bt_init_conf()420 switch (mvm->bt_force_ant_mode) { in iwl_send_bt_init_conf()663 if (unlikely(mvm->bt_force_ant_mode != BT_FORCE_ANT_DIS)) in iwl_mvm_bt_coex_notif_handle()770 if (unlikely(mvm->bt_force_ant_mode != BT_FORCE_ANT_DIS)) in iwl_mvm_bt_rssi_event()967 if (unlikely(mvm->bt_force_ant_mode != BT_FORCE_ANT_DIS)) in iwl_mvm_rx_ant_coupling_notif()
107 if (unlikely(mvm->bt_force_ant_mode != BT_FORCE_ANT_DIS)) in iwl_send_bt_prio_tbl()626 if (unlikely(mvm->bt_force_ant_mode != BT_FORCE_ANT_DIS)) { in iwl_send_bt_init_conf_old()627 switch (mvm->bt_force_ant_mode) { in iwl_send_bt_init_conf_old()989 if (unlikely(mvm->bt_force_ant_mode != BT_FORCE_ANT_DIS)) in iwl_mvm_bt_coex_notif_handle()1135 if (unlikely(mvm->bt_force_ant_mode != BT_FORCE_ANT_DIS)) in iwl_mvm_bt_rssi_event_old()1267 if (unlikely(mvm->bt_force_ant_mode != BT_FORCE_ANT_DIS)) in iwl_mvm_rx_ant_coupling_notif_old()
776 enum iwl_bt_force_ant_mode bt_force_ant_mode; member