Searched refs:cur_stream (Results 1 – 5 of 5) sorted by relevance
568 u32 cur_stream; in cdnsp_alloc_stream_info() local599 for (cur_stream = 1; cur_stream < num_streams; cur_stream++) { in cdnsp_alloc_stream_info()602 stream_info->stream_rings[cur_stream] = cur_ring; in cdnsp_alloc_stream_info()607 cur_ring->stream_id = cur_stream; in cdnsp_alloc_stream_info()614 stream_info->stream_ctx_array[cur_stream].stream_ring = in cdnsp_alloc_stream_info()627 for (cur_stream = 1; cur_stream < num_streams; cur_stream++) { in cdnsp_alloc_stream_info()628 cur_ring = stream_info->stream_rings[cur_stream]; in cdnsp_alloc_stream_info()631 stream_info->stream_rings[cur_stream] = NULL; in cdnsp_alloc_stream_info()647 int cur_stream; in cdnsp_free_stream_info() local652 for (cur_stream = 1; cur_stream < stream_info->num_streams; in cdnsp_free_stream_info()[all …]
1184 int cur_stream; in cdnsp_handle_tx_nrdy() local1201 for (cur_stream = 1; cur_stream < pep->stream_info.num_streams; in cdnsp_handle_tx_nrdy()1202 cur_stream++) { in cdnsp_handle_tx_nrdy()1203 ep_ring = pep->stream_info.stream_rings[cur_stream]; in cdnsp_handle_tx_nrdy()
616 u32 cur_stream; in xhci_alloc_stream_info() local665 for (cur_stream = 1; cur_stream < num_streams; cur_stream++) { in xhci_alloc_stream_info()666 stream_info->stream_rings[cur_stream] = in xhci_alloc_stream_info()668 cur_ring = stream_info->stream_rings[cur_stream]; in xhci_alloc_stream_info()671 cur_ring->stream_id = cur_stream; in xhci_alloc_stream_info()677 stream_info->stream_ctx_array[cur_stream].stream_ring = in xhci_alloc_stream_info()679 xhci_dbg(xhci, "Setting stream %d ring ptr to 0x%08llx\n", cur_stream, addr); in xhci_alloc_stream_info()683 trace_xhci_alloc_stream_info_ctx(stream_info, cur_stream); in xhci_alloc_stream_info()686 stream_info->stream_rings[cur_stream] = NULL; in xhci_alloc_stream_info()700 for (cur_stream = 1; cur_stream < num_streams; cur_stream++) { in xhci_alloc_stream_info()[all …]
3504 bool dc_is_timing_changed(struct dc_stream_state *cur_stream, in dc_is_timing_changed() argument3507 if (cur_stream == NULL) in dc_is_timing_changed()3511 if (cur_stream->output_color_space != new_stream->output_color_space) in dc_is_timing_changed()3515 &cur_stream->timing, in dc_is_timing_changed()
2775 bool dc_is_timing_changed(struct dc_stream_state *cur_stream,