Searched refs:cur_stream (Results 1 – 2 of 2) sorted by relevance
618 u32 cur_stream; in xhci_alloc_stream_info() local670 for (cur_stream = 1; cur_stream < num_streams; cur_stream++) { in xhci_alloc_stream_info()671 stream_info->stream_rings[cur_stream] = in xhci_alloc_stream_info()674 cur_ring = stream_info->stream_rings[cur_stream]; in xhci_alloc_stream_info()677 cur_ring->stream_id = cur_stream; in xhci_alloc_stream_info()683 stream_info->stream_ctx_array[cur_stream].stream_ring = in xhci_alloc_stream_info()686 cur_stream, (unsigned long long) addr); in xhci_alloc_stream_info()691 stream_info->stream_rings[cur_stream] = NULL; in xhci_alloc_stream_info()705 for (cur_stream = 1; cur_stream < num_streams; cur_stream++) { in xhci_alloc_stream_info()706 cur_ring = stream_info->stream_rings[cur_stream]; in xhci_alloc_stream_info()[all …]
1457 static bool is_hdr_static_meta_changed(struct dc_stream_state *cur_stream, in is_hdr_static_meta_changed() argument1460 if (cur_stream == NULL) in is_hdr_static_meta_changed()1463 if (memcmp(&cur_stream->hdr_static_metadata, in is_hdr_static_meta_changed()1471 static bool is_vsc_info_packet_changed(struct dc_stream_state *cur_stream, in is_vsc_info_packet_changed() argument1474 if (cur_stream == NULL) in is_vsc_info_packet_changed()1477 if (memcmp(&cur_stream->vsc_infopacket, in is_vsc_info_packet_changed()1485 static bool is_timing_changed(struct dc_stream_state *cur_stream, in is_timing_changed() argument1488 if (cur_stream == NULL) in is_timing_changed()1494 if (cur_stream->sink != new_stream->sink) in is_timing_changed()1498 if (cur_stream->output_color_space != new_stream->output_color_space) in is_timing_changed()[all …]