Home
last modified time | relevance | path

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

/linux-3.3/drivers/usb/host/
Dxhci-mem.c509 stream_info->stream_ctx_array = xhci_alloc_stream_ctx(xhci, in xhci_alloc_stream_info()
512 if (!stream_info->stream_ctx_array) in xhci_alloc_stream_info()
514 memset(stream_info->stream_ctx_array, 0, in xhci_alloc_stream_info()
540 stream_info->stream_ctx_array[cur_stream].stream_ring = in xhci_alloc_stream_info()
655 if (stream_info->stream_ctx_array) in xhci_free_stream_info()
658 stream_info->stream_ctx_array, in xhci_free_stream_info()
Dxhci.h739 struct xhci_stream_ctx *stream_ctx_array; member