Home
last modified time | relevance | path

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

/drivers/usb/host/
Dxhci-mem.c628 stream_info->stream_ctx_array = xhci_alloc_stream_ctx(xhci, in xhci_alloc_stream_info()
631 if (!stream_info->stream_ctx_array) in xhci_alloc_stream_info()
633 memset(stream_info->stream_ctx_array, 0, in xhci_alloc_stream_info()
659 stream_info->stream_ctx_array[cur_stream].stream_ring = in xhci_alloc_stream_info()
774 if (stream_info->stream_ctx_array) in xhci_free_stream_info()
777 stream_info->stream_ctx_array, in xhci_free_stream_info()
Dxhci.h749 struct xhci_stream_ctx *stream_ctx_array; member