Searched defs:xhci_ctrl (Results 1 – 3 of 3) sorted by relevance
1199 struct xhci_ctrl { struct1201 struct udevice *dev;1203 struct reset_ctl reset;1204 struct xhci_hccr *hccr; /* R/O registers, not need for volatile */1205 struct xhci_hcor *hcor;1206 struct xhci_doorbell_array *dba;1207 struct xhci_run_regs *run_regs;1208 struct xhci_device_context_array *dcbaa \1210 struct xhci_ring *event_ring;1234 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 8 milliseconds