cur_stream       1457 drivers/gpu/drm/amd/display/dc/core/dc_resource.c static bool is_hdr_static_meta_changed(struct dc_stream_state *cur_stream,
cur_stream       1460 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 	if (cur_stream == NULL)
cur_stream       1463 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 	if (memcmp(&cur_stream->hdr_static_metadata,
cur_stream       1471 drivers/gpu/drm/amd/display/dc/core/dc_resource.c static bool is_vsc_info_packet_changed(struct dc_stream_state *cur_stream,
cur_stream       1474 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 	if (cur_stream == NULL)
cur_stream       1477 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 	if (memcmp(&cur_stream->vsc_infopacket,
cur_stream       1485 drivers/gpu/drm/amd/display/dc/core/dc_resource.c static bool is_timing_changed(struct dc_stream_state *cur_stream,
cur_stream       1488 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 	if (cur_stream == NULL)
cur_stream       1494 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 	if (cur_stream->sink != new_stream->sink)
cur_stream       1498 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 	if (cur_stream->output_color_space != new_stream->output_color_space)
cur_stream       1502 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 		&cur_stream->timing,
cur_stream        618 drivers/usb/host/xhci-mem.c 	u32 cur_stream;
cur_stream        670 drivers/usb/host/xhci-mem.c 	for (cur_stream = 1; cur_stream < num_streams; cur_stream++) {
cur_stream        671 drivers/usb/host/xhci-mem.c 		stream_info->stream_rings[cur_stream] =
cur_stream        674 drivers/usb/host/xhci-mem.c 		cur_ring = stream_info->stream_rings[cur_stream];
cur_stream        677 drivers/usb/host/xhci-mem.c 		cur_ring->stream_id = cur_stream;
cur_stream        683 drivers/usb/host/xhci-mem.c 		stream_info->stream_ctx_array[cur_stream].stream_ring =
cur_stream        686 drivers/usb/host/xhci-mem.c 				cur_stream, (unsigned long long) addr);
cur_stream        691 drivers/usb/host/xhci-mem.c 			stream_info->stream_rings[cur_stream] = NULL;
cur_stream        705 drivers/usb/host/xhci-mem.c 	for (cur_stream = 1; cur_stream < num_streams; cur_stream++) {
cur_stream        706 drivers/usb/host/xhci-mem.c 		cur_ring = stream_info->stream_rings[cur_stream];
cur_stream        709 drivers/usb/host/xhci-mem.c 			stream_info->stream_rings[cur_stream] = NULL;
cur_stream        765 drivers/usb/host/xhci-mem.c 	int cur_stream;
cur_stream        771 drivers/usb/host/xhci-mem.c 	for (cur_stream = 1; cur_stream < stream_info->num_streams;
cur_stream        772 drivers/usb/host/xhci-mem.c 			cur_stream++) {
cur_stream        773 drivers/usb/host/xhci-mem.c 		cur_ring = stream_info->stream_rings[cur_stream];
cur_stream        776 drivers/usb/host/xhci-mem.c 			stream_info->stream_rings[cur_stream] = NULL;