Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/host/
Dxhci-mem.c689 stream_info->stream_ctx_array = xhci_alloc_stream_ctx(xhci, in xhci_alloc_stream_info()
692 if (!stream_info->stream_ctx_array) in xhci_alloc_stream_info()
694 memset(stream_info->stream_ctx_array, 0, in xhci_alloc_stream_info()
721 stream_info->stream_ctx_array[cur_stream].stream_ring = in xhci_alloc_stream_info()
819 if (stream_info->stream_ctx_array) in xhci_free_stream_info()
822 stream_info->stream_ctx_array, in xhci_free_stream_info()
Dxhci.h828 struct xhci_stream_ctx *stream_ctx_array; member
Dxhci-ring.c466 &ep->stream_info->stream_ctx_array[stream_id]; in xhci_find_new_dequeue_state()
1018 &ep->stream_info->stream_ctx_array[stream_id]; in xhci_handle_cmd_set_deq()