Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/host/
Dxhci-mem.c649 stream_info->stream_ctx_array = xhci_alloc_stream_ctx(xhci, in xhci_alloc_stream_info()
652 if (!stream_info->stream_ctx_array) in xhci_alloc_stream_info()
654 memset(stream_info->stream_ctx_array, 0, in xhci_alloc_stream_info()
683 stream_info->stream_ctx_array[cur_stream].stream_ring = in xhci_alloc_stream_info()
781 if (stream_info->stream_ctx_array) in xhci_free_stream_info()
784 stream_info->stream_ctx_array, in xhci_free_stream_info()
Dxhci.h848 struct xhci_stream_ctx *stream_ctx_array; member
Dxhci-ring.c496 st_ctx = &ep->stream_info->stream_ctx_array[stream_id]; in xhci_get_hw_deq()
1101 &ep->stream_info->stream_ctx_array[stream_id]; in xhci_handle_cmd_set_deq()