Searched refs:stream_ctx (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | xhci-debugfs.c | 541 struct xhci_stream_ctx *stream_ctx; in xhci_stream_context_array_show() local 553 stream_ctx = epriv->stream_info->stream_ctx_array + id; in xhci_stream_context_array_show() 557 id, le64_to_cpu(stream_ctx->stream_ring)); in xhci_stream_context_array_show() 560 &dma, le64_to_cpu(stream_ctx->stream_ring)); in xhci_stream_context_array_show()
|
H A D | xhci-mem.c | 541 struct xhci_stream_ctx *stream_ctx, dma_addr_t dma) in xhci_free_stream_ctx() 548 stream_ctx, dma); in xhci_free_stream_ctx() 551 stream_ctx, dma); in xhci_free_stream_ctx() 554 stream_ctx, dma); in xhci_free_stream_ctx() 539 xhci_free_stream_ctx(struct xhci_hcd *xhci, unsigned int num_stream_ctxs, struct xhci_stream_ctx *stream_ctx, dma_addr_t dma) xhci_free_stream_ctx() argument
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | xhci-debugfs.c | 541 struct xhci_stream_ctx *stream_ctx; in xhci_stream_context_array_show() local 553 stream_ctx = epriv->stream_info->stream_ctx_array + id; in xhci_stream_context_array_show() 557 id, le64_to_cpu(stream_ctx->stream_ring)); in xhci_stream_context_array_show() 560 &dma, le64_to_cpu(stream_ctx->stream_ring)); in xhci_stream_context_array_show()
|
H A D | xhci-mem.c | 532 struct xhci_stream_ctx *stream_ctx, dma_addr_t dma) in xhci_free_stream_ctx() 538 dma_free_coherent(dev, size, stream_ctx, dma); in xhci_free_stream_ctx() 540 dma_pool_free(xhci->medium_streams_pool, stream_ctx, dma); in xhci_free_stream_ctx() 542 dma_pool_free(xhci->small_streams_pool, stream_ctx, dma); in xhci_free_stream_ctx() 530 xhci_free_stream_ctx(struct xhci_hcd *xhci, unsigned int num_stream_ctxs, struct xhci_stream_ctx *stream_ctx, dma_addr_t dma) xhci_free_stream_ctx() argument
|
Completed in 9 milliseconds