xhci_stream_ctx   532 drivers/usb/host/xhci-mem.c 		struct xhci_stream_ctx *stream_ctx, dma_addr_t dma)
xhci_stream_ctx   535 drivers/usb/host/xhci-mem.c 	size_t size = sizeof(struct xhci_stream_ctx) * num_stream_ctxs;
xhci_stream_ctx   558 drivers/usb/host/xhci-mem.c static struct xhci_stream_ctx *xhci_alloc_stream_ctx(struct xhci_hcd *xhci,
xhci_stream_ctx   563 drivers/usb/host/xhci-mem.c 	size_t size = sizeof(struct xhci_stream_ctx) * num_stream_ctxs;
xhci_stream_ctx   655 drivers/usb/host/xhci-mem.c 			sizeof(struct xhci_stream_ctx)*num_stream_ctxs);
xhci_stream_ctx   490 drivers/usb/host/xhci-ring.c 	struct xhci_stream_ctx *st_ctx;
xhci_stream_ctx  1118 drivers/usb/host/xhci-ring.c 			struct xhci_stream_ctx *ctx =
xhci_stream_ctx  5393 drivers/usb/host/xhci.c 	BUILD_BUG_ON(sizeof(struct xhci_stream_ctx) != 4*32/8);
xhci_stream_ctx   848 drivers/usb/host/xhci.h 	struct xhci_stream_ctx		*stream_ctx_array;