Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-mem.c713 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()
H A Dxhci-debugfs.c552 stream_ctx = epriv->stream_info->stream_ctx_array + id; in xhci_stream_context_array_show()
H A Dxhci-ring.c561 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()
H A Dxhci.h858 struct xhci_stream_ctx *stream_ctx_array; member