Home
last modified time | relevance | path

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

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