Searched refs:xhci_hcor (Results 1 – 15 of 15) sorted by relevance
17 struct xhci_hcor **ret_hcor) in xhci_pci_init()20 struct xhci_hcor *hcor; in xhci_pci_init()30 hcor = (struct xhci_hcor *)((uintptr_t) hccr + in xhci_pci_init()49 struct xhci_hcor *hcor; in xhci_pci_probe()
116 struct xhci_hcor *hcor; in xhci_fsl_probe()141 hcor = (struct xhci_hcor *)((uintptr_t) hccr in xhci_fsl_probe()177 int xhci_hcd_init(int index, struct xhci_hccr **hccr, struct xhci_hcor **hcor) in xhci_hcd_init()200 *hcor = (struct xhci_hcor *)((uintptr_t) *hccr in xhci_hcd_init()
52 int xhci_hcd_init(int index, struct xhci_hccr **hccr, struct xhci_hcor **hcor) in xhci_hcd_init()75 *hcor = (struct xhci_hcor *)((uint32_t) *hccr in xhci_hcd_init()
45 struct xhci_hcor *hcor; in xhci_usb_probe()51 hcor = (struct xhci_hcor *)((uintptr_t)ctx->hcd + len); in xhci_usb_probe()
34 struct xhci_hcor *hcor; in xhci_brcm_probe()51 hcor = (struct xhci_hcor *)(plat->hc_base + len); in xhci_brcm_probe()
81 struct xhci_hcor *hcor; in xhci_rcar_probe()98 hcor = (struct xhci_hcor *)((uintptr_t)ctx->hcd + len); in xhci_rcar_probe()
116 struct xhci_hcor *hcor; in xhci_dwc3_probe()126 hcor = (struct xhci_hcor *)((uintptr_t)hccr + in xhci_dwc3_probe()
211 struct xhci_hcor *hcor; in xhci_usb_probe()217 hcor = (struct xhci_hcor *)((uint32_t)ctx->hcd + in xhci_usb_probe()
255 struct xhci_hcor *hcor; in xhci_mtk_probe()280 hcor = (struct xhci_hcor *)((uintptr_t)mtk->hcd + in xhci_mtk_probe()
169 static int xhci_start(struct xhci_hcor *hcor) in xhci_start()228 static int xhci_reset(struct xhci_hcor *hcor) in xhci_reset()933 struct xhci_hcor *hcor = ctrl->hcor; in xhci_submit_root()1235 struct xhci_hcor *hcor; in xhci_lowlevel_init()1338 struct xhci_hcor *hcor; in usb_lowlevel_init()1344 if (xhci_hcd_init(index, &hccr, (struct xhci_hcor **)&hcor) != 0) in usb_lowlevel_init()1526 struct xhci_hcor *hcor) in xhci_register()
356 struct xhci_hcor *hcor = ctrl->hcor; in xhci_scratchpad_alloc()512 struct xhci_hcor *hcor) in xhci_mem_init()
22 struct xhci_hcor *hcor; in __cdns3_host_init()28 hcor = (struct xhci_hcor *)(cdns->xhci_regs + in __cdns3_host_init()
163 struct xhci_hcor { struct1125 struct xhci_hcor **ret_hcor);1205 struct xhci_hcor *hcor;1264 struct xhci_hcor *hcor);1283 struct xhci_hcor *hcor);
270 struct xhci_hcor *hcor; in mtu3_host_probe()280 hcor = (struct xhci_hcor *)((uintptr_t)u3h->hcd + in mtu3_host_probe()
169 struct xhci_hcor *hcor; in dwc3_generic_host_probe()179 hcor = (struct xhci_hcor *)(priv->gen_priv.base + in dwc3_generic_host_probe()
Completed in 385 milliseconds