Searched refs:proposed_table (Results 1 – 3 of 3) sorted by relevance
139 struct dp_mst_stream_allocation_table *proposed_table) in get_payload_table() argument147 proposed_table->stream_count = 0; in get_payload_table()162 &proposed_table->stream_allocations[ in get_payload_table()163 proposed_table->stream_count]; in get_payload_table()167 proposed_table->stream_count++; in get_payload_table()185 struct dp_mst_stream_allocation_table *proposed_table, in dm_helpers_dp_mst_write_payload_allocation_table() argument232 get_payload_table(aconnector, proposed_table); in dm_helpers_dp_mst_write_payload_allocation_table()
2675 ASSERT(proposed_table->stream_count - in update_mst_stream_alloc_table()2679 for (i = 0; i < proposed_table->stream_count; i++) { in update_mst_stream_alloc_table()2686 proposed_table->stream_allocations[i].vcp_id) { in update_mst_stream_alloc_table()2696 proposed_table->stream_allocations[i].vcp_id; in update_mst_stream_alloc_table()2698 proposed_table->stream_allocations[i].slot_count; in update_mst_stream_alloc_table()2705 proposed_table->stream_count; in update_mst_stream_alloc_table()2720 struct dp_mst_stream_allocation_table proposed_table = {0}; in dc_link_allocate_mst_payload() local2737 &proposed_table, in dc_link_allocate_mst_payload()2765 ASSERT(proposed_table.stream_count > 0); in dc_link_allocate_mst_payload()2803 struct dp_mst_stream_allocation_table proposed_table = {0}; in deallocate_mst_payload() local[all …]
59 struct dp_mst_stream_allocation_table *proposed_table,