Searched refs:xhci_stream_ctx (Results 1 – 5 of 5) sorted by relevance
553 struct xhci_stream_ctx *stream_ctx, dma_addr_t dma) in xhci_free_stream_ctx()556 size_t size = array_size(sizeof(struct xhci_stream_ctx), num_stream_ctxs); in xhci_free_stream_ctx()576 static struct xhci_stream_ctx *xhci_alloc_stream_ctx(struct xhci_hcd *xhci, in xhci_alloc_stream_ctx()581 size_t size = array_size(sizeof(struct xhci_stream_ctx), num_stream_ctxs); in xhci_alloc_stream_ctx()
549 struct xhci_stream_ctx { struct579 struct xhci_stream_ctx *stream_ctx_array;
563 struct xhci_stream_ctx *stream_ctx; in xhci_stream_context_array_show()
676 struct xhci_stream_ctx *st_ctx; in xhci_get_hw_deq()1425 struct xhci_stream_ctx *stream_ctx; in xhci_handle_cmd_set_deq()
5677 BUILD_BUG_ON(sizeof(struct xhci_stream_ctx) != 4*32/8); in xhci_hcd_init()