Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/host/
Dxhci-mem.c600 return ep->stream_info->stream_rings[stream_id]; in xhci_stream_id_to_ring()
642 stream_info->stream_rings = kcalloc_node( in xhci_alloc_stream_info()
645 if (!stream_info->stream_rings) 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()
691 stream_info->stream_rings[cur_stream] = NULL; in xhci_alloc_stream_info()
706 cur_ring = stream_info->stream_rings[cur_stream]; in xhci_alloc_stream_info()
709 stream_info->stream_rings[cur_stream] = NULL; in xhci_alloc_stream_info()
714 kfree(stream_info->stream_rings); in xhci_alloc_stream_info()
773 cur_ring = stream_info->stream_rings[cur_stream]; in xhci_free_stream_info()
[all …]
Dxhci-ring.c430 if (!list_empty(&stream_info->stream_rings[stream_id]->td_list)) in ring_doorbell_for_active_rings()
460 return ep->stream_info->stream_rings[stream_id]; in xhci_triad_to_transfer_ring()
858 ring = ep->stream_info->stream_rings[stream_id]; in xhci_kill_endpoint_urbs()
Dxhci.h834 struct xhci_ring **stream_rings; member