Searched refs:mst_stream_alloc_table (Results 1 – 3 of 3) sorted by relevance
1026 link->mst_stream_alloc_table.stream_count = 0; in dc_link_detect()1027 …memset(link->mst_stream_alloc_table.stream_allocations, 0, sizeof(link->mst_stream_alloc_table.str… in dc_link_detect()2167 link->mst_stream_alloc_table.stream_count == 0) { in disable_link()2177 if (link->mst_stream_alloc_table.stream_count <= 0) in disable_link()2475 link->mst_stream_alloc_table.stream_count < 2); in update_mst_stream_alloc_table()2480 for (j = 0; j < link->mst_stream_alloc_table.stream_count; j++) { in update_mst_stream_alloc_table()2482 &link->mst_stream_alloc_table.stream_allocations[j]; in update_mst_stream_alloc_table()2493 if (j == link->mst_stream_alloc_table.stream_count) { in update_mst_stream_alloc_table()2503 link->mst_stream_alloc_table.stream_count = in update_mst_stream_alloc_table()2506 link->mst_stream_alloc_table.stream_allocations[i] = in update_mst_stream_alloc_table()[all …]
204 if (link->mst_stream_alloc_table.stream_count > 0) in dp_disable_link_phy_mst()
136 struct link_mst_stream_allocation_table mst_stream_alloc_table; member