Searched refs:mst_stream_alloc_table (Results 1 – 3 of 3) sorted by relevance
1046 link->mst_stream_alloc_table.stream_count = 0; in dc_link_detect_helper()1047 …memset(link->mst_stream_alloc_table.stream_allocations, 0, sizeof(link->mst_stream_alloc_table.str… in dc_link_detect_helper()2053 link->mst_stream_alloc_table.stream_count == 0) { in disable_link()2064 if (link->mst_stream_alloc_table.stream_count <= 0) in disable_link()2676 link->mst_stream_alloc_table.stream_count < 2); in update_mst_stream_alloc_table()2681 for (j = 0; j < link->mst_stream_alloc_table.stream_count; j++) { in update_mst_stream_alloc_table()2683 &link->mst_stream_alloc_table.stream_allocations[j]; in update_mst_stream_alloc_table()2694 if (j == link->mst_stream_alloc_table.stream_count) { in update_mst_stream_alloc_table()2704 link->mst_stream_alloc_table.stream_count = in update_mst_stream_alloc_table()2707 link->mst_stream_alloc_table.stream_allocations[i] = in update_mst_stream_alloc_table()[all …]
242 if (link->mst_stream_alloc_table.stream_count > 0) in dp_disable_link_phy_mst()
140 struct link_mst_stream_allocation_table mst_stream_alloc_table; member