Home
last modified time | relevance | path

Searched refs:xhci_stream_ctx (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-mem.c613 struct xhci_stream_ctx *stream_ctx, dma_addr_t dma) in xhci_free_stream_ctx()
616 size_t size = sizeof(struct xhci_stream_ctx) * num_stream_ctxs; in xhci_free_stream_ctx()
639 static struct xhci_stream_ctx *xhci_alloc_stream_ctx(struct xhci_hcd *xhci, in xhci_alloc_stream_ctx()
644 size_t size = sizeof(struct xhci_stream_ctx) * num_stream_ctxs; in xhci_alloc_stream_ctx()
719 sizeof(struct xhci_stream_ctx)*num_stream_ctxs); in xhci_alloc_stream_info()
H A Dxhci-debugfs.c540 struct xhci_stream_ctx *stream_ctx; in xhci_stream_context_array_show()
H A Dxhci.h829 struct xhci_stream_ctx { struct
858 struct xhci_stream_ctx *stream_ctx_array;
H A Dxhci-ring.c555 struct xhci_stream_ctx *st_ctx; in xhci_get_hw_deq()
1419 struct xhci_stream_ctx *ctx = in xhci_handle_cmd_set_deq()
H A Dxhci.c5482 BUILD_BUG_ON(sizeof(struct xhci_stream_ctx) != 4*32/8); in xhci_hcd_init()