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 …]
1181 int cur_stream; in cdnsp_handle_tx_nrdy() local1198 for (cur_stream = 1; cur_stream < pep->stream_info.num_streams; in cdnsp_handle_tx_nrdy()1199 cur_stream++) { in cdnsp_handle_tx_nrdy()1200 ep_ring = pep->stream_info.stream_rings[cur_stream]; in cdnsp_handle_tx_nrdy()
594 u32 cur_stream; in xhci_alloc_stream_info() local643 for (cur_stream = 1; cur_stream < num_streams; cur_stream++) { in xhci_alloc_stream_info()644 stream_info->stream_rings[cur_stream] = in xhci_alloc_stream_info()647 cur_ring = stream_info->stream_rings[cur_stream]; in xhci_alloc_stream_info()650 cur_ring->stream_id = cur_stream; in xhci_alloc_stream_info()656 stream_info->stream_ctx_array[cur_stream].stream_ring = in xhci_alloc_stream_info()658 xhci_dbg(xhci, "Setting stream %d ring ptr to 0x%08llx\n", cur_stream, addr); in xhci_alloc_stream_info()663 stream_info->stream_rings[cur_stream] = NULL; in xhci_alloc_stream_info()677 for (cur_stream = 1; cur_stream < num_streams; cur_stream++) { in xhci_alloc_stream_info()678 cur_ring = stream_info->stream_rings[cur_stream]; in xhci_alloc_stream_info()[all …]
3189 bool dc_is_timing_changed(struct dc_stream_state *cur_stream, in dc_is_timing_changed() argument3192 if (cur_stream == NULL) in dc_is_timing_changed()3196 if (cur_stream->output_color_space != new_stream->output_color_space) in dc_is_timing_changed()3200 &cur_stream->timing, in dc_is_timing_changed()
2552 bool dc_is_timing_changed(struct dc_stream_state *cur_stream,