Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/host/
Dxhci-mem.c658 stream_info->stream_ctx_array = xhci_alloc_stream_ctx(xhci, in xhci_alloc_stream_info()
661 if (!stream_info->stream_ctx_array) in xhci_alloc_stream_info()
663 memset(stream_info->stream_ctx_array, 0, in xhci_alloc_stream_info()
692 stream_info->stream_ctx_array[cur_stream].stream_ring = in xhci_alloc_stream_info()
790 if (stream_info->stream_ctx_array) in xhci_free_stream_info()
793 stream_info->stream_ctx_array, in xhci_free_stream_info()
Dxhci-debugfs.c552 stream_ctx = epriv->stream_info->stream_ctx_array + id; in xhci_stream_context_array_show()
Dxhci-ring.c538 st_ctx = &ep->stream_info->stream_ctx_array[stream_id]; in xhci_get_hw_deq()
1198 &ep->stream_info->stream_ctx_array[stream_id]; in xhci_handle_cmd_set_deq()
Dxhci.h851 struct xhci_stream_ctx *stream_ctx_array; member