Searched defs:xhci_ctrl (Results 1 – 3 of 3) sorted by relevance
1198 struct xhci_ctrl { struct1200 struct udevice *dev;1202 struct xhci_hccr *hccr; /* R/O registers, not need for volatile */1203 struct xhci_hcor *hcor;1204 struct xhci_doorbell_array *dba;1205 struct xhci_run_regs *run_regs;1206 struct xhci_device_context_array *dcbaa \1208 struct xhci_ring *event_ring;1232 struct xhci_slot_ctx *xhci_get_slot_ctx(struct xhci_ctrl *ctrl, argument
35 struct xhci_ctrl xhci_ctrl; member
48 struct xhci_ctrl xhci_ctrl; member
Completed in 11 milliseconds