Home
last modified time | relevance | path

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

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