Home
last modified time | relevance | path

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

/linux/drivers/usb/cdns3/
A Dcdnsp-mem.c568 u32 cur_stream; in cdnsp_alloc_stream_info() local
599 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()
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() local
652 for (cur_stream = 1; cur_stream < stream_info->num_streams; in cdnsp_free_stream_info()
653 cur_stream++) { in cdnsp_free_stream_info()
[all …]
A Dcdnsp-ring.c1179 int cur_stream; in cdnsp_handle_tx_nrdy() local
1196 for (cur_stream = 1; cur_stream < pep->stream_info.num_streams; in cdnsp_handle_tx_nrdy()
1197 cur_stream++) { in cdnsp_handle_tx_nrdy()
1198 ep_ring = pep->stream_info.stream_rings[cur_stream]; in cdnsp_handle_tx_nrdy()
/linux/drivers/usb/host/
A Dxhci-mem.c610 u32 cur_stream; in xhci_alloc_stream_info() local
662 for (cur_stream = 1; cur_stream < num_streams; cur_stream++) { in xhci_alloc_stream_info()
663 stream_info->stream_rings[cur_stream] = in xhci_alloc_stream_info()
669 cur_ring->stream_id = cur_stream; in xhci_alloc_stream_info()
678 cur_stream, (unsigned long long) addr); in xhci_alloc_stream_info()
683 stream_info->stream_rings[cur_stream] = NULL; in xhci_alloc_stream_info()
697 for (cur_stream = 1; cur_stream < num_streams; cur_stream++) { in xhci_alloc_stream_info()
701 stream_info->stream_rings[cur_stream] = NULL; in xhci_alloc_stream_info()
757 int cur_stream; in xhci_free_stream_info() local
763 for (cur_stream = 1; cur_stream < stream_info->num_streams; in xhci_free_stream_info()
[all …]
/linux/drivers/iommu/arm/arm-smmu-v3/
A Darm-smmu-v3.c2544 struct arm_smmu_stream *new_stream, *cur_stream; in arm_smmu_insert_master() local
2580 cur_stream = rb_entry(*new_node, struct arm_smmu_stream, in arm_smmu_insert_master()
2583 if (cur_stream->id > new_stream->id) { in arm_smmu_insert_master()
2585 } else if (cur_stream->id < new_stream->id) { in arm_smmu_insert_master()
2590 cur_stream->id); in arm_smmu_insert_master()
/linux/drivers/gpu/drm/amd/display/dc/core/
A Ddc_resource.c1615 static bool is_timing_changed(struct dc_stream_state *cur_stream, in is_timing_changed() argument
1618 if (cur_stream == NULL) in is_timing_changed()
1622 if (cur_stream->output_color_space != new_stream->output_color_space) in is_timing_changed()
1626 &cur_stream->timing, in is_timing_changed()

Completed in 28 milliseconds