Home
last modified time | relevance | path

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

/drivers/usb/host/
Dxhci-mem.c420 struct xhci_stream_ctx *stream_ctx, dma_addr_t dma) in xhci_free_stream_ctx()
426 sizeof(struct xhci_stream_ctx)*num_stream_ctxs, in xhci_free_stream_ctx()
446 static struct xhci_stream_ctx *xhci_alloc_stream_ctx(struct xhci_hcd *xhci, in xhci_alloc_stream_ctx()
454 sizeof(struct xhci_stream_ctx)*num_stream_ctxs, in xhci_alloc_stream_ctx()
634 sizeof(struct xhci_stream_ctx)*num_stream_ctxs); in xhci_alloc_stream_info()
Dxhci.h720 struct xhci_stream_ctx { struct
749 struct xhci_stream_ctx *stream_ctx_array;
Dxhci.c4760 BUILD_BUG_ON(sizeof(struct xhci_stream_ctx) != 4*32/8); in xhci_hcd_init()