Searched refs:proposed_table (Results 1 – 3 of 3) sorted by relevance
133 struct dp_mst_stream_allocation_table *proposed_table) in get_payload_table() argument141 proposed_table->stream_count = 0; in get_payload_table()156 &proposed_table->stream_allocations[ in get_payload_table()157 proposed_table->stream_count]; in get_payload_table()161 proposed_table->stream_count++; in get_payload_table()179 struct dp_mst_stream_allocation_table *proposed_table, in dm_helpers_dp_mst_write_payload_allocation_table() argument226 get_payload_table(aconnector, proposed_table); in dm_helpers_dp_mst_write_payload_allocation_table()
2977 const struct dp_mst_stream_allocation_table *proposed_table) in update_mst_stream_alloc_table() argument2987 ASSERT(proposed_table->stream_count - in update_mst_stream_alloc_table()2991 for (i = 0; i < proposed_table->stream_count; i++) { in update_mst_stream_alloc_table()2998 proposed_table->stream_allocations[i].vcp_id) { in update_mst_stream_alloc_table()3001 work_table[i].slot_count = proposed_table->stream_allocations[i].slot_count; in update_mst_stream_alloc_table()3009 proposed_table->stream_allocations[i].vcp_id; in update_mst_stream_alloc_table()3011 proposed_table->stream_allocations[i].slot_count; in update_mst_stream_alloc_table()3018 proposed_table->stream_count; in update_mst_stream_alloc_table()3033 struct dp_mst_stream_allocation_table proposed_table = {0}; in dc_link_allocate_mst_payload() local3050 &proposed_table, in dc_link_allocate_mst_payload()[all …]
80 struct dp_mst_stream_allocation_table *proposed_table,