Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/host/
Dxhci-mem.c532 struct xhci_stream_ctx *stream_ctx, dma_addr_t dma) in xhci_free_stream_ctx()
535 size_t size = sizeof(struct xhci_stream_ctx) * num_stream_ctxs; in xhci_free_stream_ctx()
558 static struct xhci_stream_ctx *xhci_alloc_stream_ctx(struct xhci_hcd *xhci, in xhci_alloc_stream_ctx()
563 size_t size = sizeof(struct xhci_stream_ctx) * num_stream_ctxs; in xhci_alloc_stream_ctx()
655 sizeof(struct xhci_stream_ctx)*num_stream_ctxs); in xhci_alloc_stream_info()
Dxhci.h811 struct xhci_stream_ctx { struct
840 struct xhci_stream_ctx *stream_ctx_array;
Dxhci-ring.c483 struct xhci_stream_ctx *st_ctx; in xhci_get_hw_deq()
1089 struct xhci_stream_ctx *ctx = in xhci_handle_cmd_set_deq()
Dxhci.c5200 BUILD_BUG_ON(sizeof(struct xhci_stream_ctx) != 4*32/8); in xhci_hcd_init()