Home
last modified time | relevance | path

Searched defs:xhci_dbc (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/usb/host/
H A Dxhci-dbgcap.h124 struct xhci_dbc { struct
125 spinlock_t lock; /* device access */
126 struct device *dev;
127 struct xhci_hcd *xhci;
128 struct dbc_regs __iomem *regs;
129 struct xhci_ring *ring_evt;
130 struct xhci_ring *ring_in;
131 struct xhci_ring *ring_out;
132 struct xhci_erst erst;
133 struct xhci_container_ctx *ctx;
[all …]
H A Dxhci-dbgtty.c214 void (*fn)(struct xhci_dbc *, struct dbc_request *)) in xhci_dbc_alloc_requests()