Searched refs:stream_ctx_array (Results 1 – 4 of 4) sorted by relevance
713 stream_info->stream_ctx_array = xhci_alloc_stream_ctx(xhci, in xhci_alloc_stream_info()716 if (!stream_info->stream_ctx_array) in xhci_alloc_stream_info()718 memset(stream_info->stream_ctx_array, 0, in xhci_alloc_stream_info()747 stream_info->stream_ctx_array[cur_stream].stream_ring = in xhci_alloc_stream_info()780 stream_info->stream_ctx_array, in xhci_alloc_stream_info()850 if (stream_info->stream_ctx_array) in xhci_free_stream_info()853 stream_info->stream_ctx_array, in xhci_free_stream_info()
552 stream_ctx = epriv->stream_info->stream_ctx_array + id; in xhci_stream_context_array_show()
561 st_ctx = &ep->stream_info->stream_ctx_array[stream_id]; in xhci_get_hw_deq()1420 &ep->stream_info->stream_ctx_array[stream_id]; in xhci_handle_cmd_set_deq()
858 struct xhci_stream_ctx *stream_ctx_array; member