Searched defs:xhci_dbc (Results 1 – 2 of 2) sorted by relevance
122 struct xhci_dbc { struct123 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
145 void (*fn)(struct xhci_dbc *, struct dbc_request *)) in xhci_dbc_alloc_requests()