Searched refs:bt_force_ant_mode (Results 1 – 4 of 4) sorted by relevance
616 int ret, bt_force_ant_mode; in iwl_dbgfs_bt_force_ant_write() local618 for (bt_force_ant_mode = 0; in iwl_dbgfs_bt_force_ant_write()619 bt_force_ant_mode < ARRAY_SIZE(modes_str); in iwl_dbgfs_bt_force_ant_write()620 bt_force_ant_mode++) { in iwl_dbgfs_bt_force_ant_write()621 if (!strcmp(buf, modes_str[bt_force_ant_mode])) in iwl_dbgfs_bt_force_ant_write()625 if (bt_force_ant_mode >= ARRAY_SIZE(modes_str)) in iwl_dbgfs_bt_force_ant_write()630 if (mvm->bt_force_ant_mode == bt_force_ant_mode) in iwl_dbgfs_bt_force_ant_write()633 mvm->bt_force_ant_mode = bt_force_ant_mode; in iwl_dbgfs_bt_force_ant_write()635 modes_str[mvm->bt_force_ant_mode]); in iwl_dbgfs_bt_force_ant_write()
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()1142 if (unlikely(mvm->bt_force_ant_mode != BT_FORCE_ANT_DIS)) in iwl_mvm_bt_rssi_event_old()1276 if (unlikely(mvm->bt_force_ant_mode != BT_FORCE_ANT_DIS)) in iwl_mvm_rx_ant_coupling_notif_old()
430 if (unlikely(mvm->bt_force_ant_mode != BT_FORCE_ANT_DIS)) { in iwl_send_bt_init_conf()431 switch (mvm->bt_force_ant_mode) { in iwl_send_bt_init_conf()677 if (unlikely(mvm->bt_force_ant_mode != BT_FORCE_ANT_DIS)) in iwl_mvm_bt_coex_notif_handle()826 if (unlikely(mvm->bt_force_ant_mode != BT_FORCE_ANT_DIS)) in iwl_mvm_bt_rssi_event()1024 if (unlikely(mvm->bt_force_ant_mode != BT_FORCE_ANT_DIS)) in iwl_mvm_rx_ant_coupling_notif()
779 enum iwl_bt_force_ant_mode bt_force_ant_mode; member