Home
last modified time | relevance | path

Searched refs:ehci_hcor (Results 1 – 17 of 17) sorted by relevance

/drivers/usb/host/
A Dehci-pci.c25 struct ehci_hcor **ret_hcor) in ehci_pci_init()
29 struct ehci_hcor *hcor; in ehci_pci_init()
40 hcor = (struct ehci_hcor *)((uintptr_t) hccr + in ehci_pci_init()
71 struct ehci_hcor **ret_hcor) in ehci_pci_legacy_init()
74 struct ehci_hcor *hcor; in ehci_pci_legacy_init()
79 hcor = (struct ehci_hcor *)((uintptr_t) hccr + in ehci_pci_legacy_init()
100 struct ehci_hccr **ret_hccr, struct ehci_hcor **ret_hcor) in ehci_hcd_init()
132 struct ehci_hcor *hcor; in ehci_pci_probe()
A Dehci-atmel.c21 struct ehci_hccr **hccr, struct ehci_hcor **hcor) in ehci_hcd_init()
31 *hcor = (struct ehci_hcor *)((uint32_t)*hccr + in ehci_hcd_init()
78 struct ehci_hcor *hcor; in ehci_atmel_probe()
98 hcor = (struct ehci_hcor *) in ehci_atmel_probe()
A Dehci-fsl.c35 struct ehci_hccr *hccr, struct ehci_hcor *hcor);
90 struct ehci_hcor *hcor; in ehci_fsl_probe()
107 hcor = (struct ehci_hcor *) in ehci_fsl_probe()
142 struct ehci_hccr *hccr, struct ehci_hcor *hcor) in ehci_fsl_init()
A Dehci-marvell.c130 struct ehci_hcor *hcor; in ehci_mvebu_probe()
154 hcor = (struct ehci_hcor *) in ehci_mvebu_probe()
246 struct ehci_hccr **hccr, struct ehci_hcor **hcor) in ehci_hcd_init()
251 *hcor = (struct ehci_hcor *)((uint32_t) *hccr in ehci_hcd_init()
A Dehci-mxs.c55 struct ehci_hccr **hccr, struct ehci_hcor **hcor) in __ehci_hcd_init()
82 *hcor = (struct ehci_hcor *)(usb_base + HC_LENGTH(cap_base)); in __ehci_hcd_init()
91 struct ehci_hcor *hcor; in __ehci_hcd_stop()
97 hcor = (struct ehci_hcor *)(usb_base + HC_LENGTH(cap_base)); in __ehci_hcd_stop()
221 struct ehci_hcor *hcor; in ehci_usb_probe()
A Dehci.h33 struct ehci_hcor { struct
250 struct ehci_hcor *hcor;
289 struct ehci_hccr **hccr, struct ehci_hcor **hcor);
293 struct ehci_hcor *hcor, const struct ehci_ops *ops,
A Dehci-zynq.c39 struct ehci_hcor *hcor; in ehci_zynq_probe()
46 hcor = (struct ehci_hcor *)((uint32_t) hccr + in ehci_zynq_probe()
A Dehci-vf.c160 struct ehci_hccr **hccr, struct ehci_hcor **hcor) in ehci_hcd_init()
176 *hcor = (struct ehci_hcor *)((uint32_t)*hccr + in ehci_hcd_init()
317 struct ehci_hcor *hcor; in ehci_usb_probe()
336 hcor = (struct ehci_hcor *)((uint32_t)hccr + in ehci_usb_probe()
A Dehci-npcm.c75 struct ehci_hcor *hcor; in npcm_ehci_probe()
85 hcor = (struct ehci_hcor *)((uintptr_t)priv->hcd + in npcm_ehci_probe()
A Dehci-generic.c65 struct ehci_hcor *hcor; in ehci_usb_probe()
102 hcor = (struct ehci_hcor *)((uintptr_t)hccr + in ehci_usb_probe()
A Dehci-msm.c56 struct ehci_hcor *hcor; in ehci_usb_probe()
80 hcor = (struct ehci_hcor *)((phys_addr_t)hccr + in ehci_usb_probe()
A Dehci-exynos.c219 struct ehci_hcor *hcor; in ehci_usb_probe()
229 hcor = (struct ehci_hcor *)((uint32_t)ctx->hcd + in ehci_usb_probe()
A Dehci-mx5.c270 struct ehci_hcor *hcor; in ehci_usb_probe()
300 hcor = (struct ehci_hcor *)((uint32_t)hccr + in ehci_usb_probe()
A Dehci-mx6.c335 struct ehci_hccr **hccr, struct ehci_hcor **hcor) in ehci_hcd_init()
401 *hcor = (struct ehci_hcor *)((uintptr_t)*hccr + in ehci_hcd_init()
640 struct ehci_hcor *hcor; in ehci_usb_probe()
720 hcor = (struct ehci_hcor *)((uintptr_t)hccr + in ehci_usb_probe()
A Dehci-omap.c349 struct ehci_hcor *hcor; in omap_ehci_probe()
357 hcor = (struct ehci_hcor *)&priv->ehci->usbcmd; in omap_ehci_probe()
A Dehci-tegra.c946 struct ehci_hcor *hcor; in ehci_usb_probe()
954 hcor = (struct ehci_hcor *)&priv->reg->usb_cmd; in ehci_usb_probe()
A Dehci-hcd.c1246 struct ehci_hcor *hcor = ctrl->hcor; in enable_periodic()
1267 struct ehci_hcor *hcor = ctrl->hcor; in disable_periodic()
1695 struct ehci_hcor *hcor, const struct ehci_ops *ops, in ehci_register()

Completed in 758 milliseconds