Lines Matching defs:xhci_dbc
134 struct xhci_dbc { struct
135 spinlock_t lock; /* device access */
136 struct xhci_hcd *xhci;
137 struct dbc_regs __iomem *regs;
138 struct xhci_ring *ring_evt;
139 struct xhci_ring *ring_in;
140 struct xhci_ring *ring_out;
141 struct xhci_erst erst;
142 struct xhci_container_ctx *ctx;
144 struct dbc_str_descs *string;
145 dma_addr_t string_dma;
146 size_t string_size;
148 enum dbc_state state;
149 struct delayed_work event_work;
150 unsigned resume_required:1;
151 struct dbc_ep eps[2];
153 struct dbc_port port;