Searched refs:idx_2 (Results 1 – 1 of 1) sorted by relevance
95 uint8_t idx = 0, idx_2 = 0, connector_cnt = 0; in update_phy_id_mapping() local122 for (idx_2 = 0; idx_2 < (idx - 1); idx_2++) { in update_phy_id_mapping()123 if (sort_connector[idx_2]->dc_link->link_enc_hw_inst > in update_phy_id_mapping()124 sort_connector[idx_2 + 1]->dc_link->link_enc_hw_inst) in update_phy_id_mapping()125 swap(sort_connector[idx_2], sort_connector[idx_2 + 1]); in update_phy_id_mapping()138 for (idx_2 = (idx + 1); idx_2 < connector_cnt; idx_2++) { in update_phy_id_mapping()139 if (sort_connector[idx_2]->mst_root == sort_connector[idx]->mst_root) in update_phy_id_mapping()218 int idx, idx_2; in get_phy_id() local260 for (idx_2 = 0; idx_2 < aconnector->mst_output_port->parent->lct - 1; idx_2++) { in get_phy_id()261 int shift = (idx_2 % 2) ? 0 : 4; in get_phy_id()[all …]