Home
last modified time | relevance | path

Searched refs:cur_stream (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/usb/host/
Dxhci-mem.c618 u32 cur_stream; in xhci_alloc_stream_info() local
670 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 …]
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/core/
Ddc_resource.c1515 static bool is_hdr_static_meta_changed(struct dc_stream_state *cur_stream, in is_hdr_static_meta_changed() argument
1518 if (cur_stream == NULL) in is_hdr_static_meta_changed()
1521 if (memcmp(&cur_stream->hdr_static_metadata, in is_hdr_static_meta_changed()
1529 static bool is_timing_changed(struct dc_stream_state *cur_stream, in is_timing_changed() argument
1532 if (cur_stream == NULL) in is_timing_changed()
1538 if (cur_stream->sink != new_stream->sink) in is_timing_changed()
1542 if (cur_stream->output_color_space != new_stream->output_color_space) in is_timing_changed()
1546 &cur_stream->timing, in is_timing_changed()