Home
last modified time | relevance | path

Searched refs:stream_rings (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/drivers/usb/host/
Dxhci-mem.c609 return ep->stream_info->stream_rings[stream_id]; in xhci_stream_id_to_ring()
651 stream_info->stream_rings = kcalloc_node( in xhci_alloc_stream_info()
654 if (!stream_info->stream_rings) in xhci_alloc_stream_info()
680 stream_info->stream_rings[cur_stream] = in xhci_alloc_stream_info()
683 cur_ring = stream_info->stream_rings[cur_stream]; in xhci_alloc_stream_info()
700 stream_info->stream_rings[cur_stream] = NULL; in xhci_alloc_stream_info()
715 cur_ring = stream_info->stream_rings[cur_stream]; in xhci_alloc_stream_info()
718 stream_info->stream_rings[cur_stream] = NULL; in xhci_alloc_stream_info()
723 kfree(stream_info->stream_rings); in xhci_alloc_stream_info()
782 cur_ring = stream_info->stream_rings[cur_stream]; in xhci_free_stream_info()
[all …]
Dxhci-debugfs.c518 epriv->show_ring = epriv->stream_info->stream_rings[stream_id]; in xhci_stream_id_write()
576 epriv->show_ring = epriv->stream_info->stream_rings[1]; in xhci_debugfs_create_stream_files()
Dxhci-ring.c436 if (!list_empty(&stream_info->stream_rings[stream_id]->td_list)) in ring_doorbell_for_active_rings()
473 return ep->stream_info->stream_rings[stream_id]; in xhci_triad_to_transfer_ring()
891 ring = ep->stream_info->stream_rings[stream_id]; in xhci_kill_endpoint_urbs()
Dxhci.h842 struct xhci_ring **stream_rings; member