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