Home
last modified time | relevance | path

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

/linux-6.8/drivers/usb/host/
Dxhci-dbgcap.h122 struct xhci_dbc { struct
123 spinlock_t lock; /* device access */
124 struct device *dev;
125 struct xhci_hcd *xhci;
126 struct dbc_regs __iomem *regs;
127 struct xhci_ring *ring_evt;
128 struct xhci_ring *ring_in;
129 struct xhci_ring *ring_out;
130 struct xhci_erst erst;
154 void (*complete)(struct xhci_dbc *dbc, argument
Dxhci-dbgtty.c145 void (*fn)(struct xhci_dbc *, struct dbc_request *)) in xhci_dbc_alloc_requests()