Home
last modified time | relevance | path

Searched refs:ehci_register (Results 1 – 20 of 20) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dehci-zynq.c73 return ehci_register(dev, hccr, hcor, NULL, 0, plat->init_type); in ehci_zynq_probe()
H A Dehci-atmel.c111 return ehci_register(dev, hccr, hcor, NULL, 0, USB_INIT_HOST); in ehci_atmel_probe()
H A Dehci-sunxi.c73 return ehci_register(dev, hccr, hcor, NULL, 0, plat->init_type); in ehci_usb_probe()
H A Dehci-msm.c108 return ehci_register(dev, hccr, hcor, &msm_ehci_ops, 0, USB_INIT_HOST); in ehci_usb_probe()
H A Dehci-hcd.su
H A Dehci-pci.c138 return ehci_register(dev, hccr, hcor, NULL, 0, USB_INIT_HOST); in ehci_pci_probe()
H A Dehci-marvell.c137 return ehci_register(dev, hccr, hcor, &marvell_ehci_ops, 0, in ehci_mvebu_probe()
H A Dehci-generic.c158 err = ehci_register(dev, hccr, hcor, NULL, 0, USB_INIT_HOST); in ehci_usb_probe()
H A Dehci-exynos.c231 return ehci_register(dev, ctx->hcd, hcor, NULL, 0, USB_INIT_HOST); in ehci_usb_probe()
H A Dehci-fsl.c126 return ehci_register(dev, hccr, hcor, &fsl_ehci_ops, 0, USB_INIT_HOST); in ehci_fsl_probe()
H A Dehci.h288 int ehci_register(struct udevice *dev, struct ehci_hccr *hccr,
H A Dehci-mx5.c352 return ehci_register(dev, hccr, hcor, &mx5_ehci_ops, 0, in ehci_usb_probe()
H A Dehci-vf.c340 return ehci_register(dev, hccr, hcor, &vf_ehci_ops, 0, priv->init_type); in ehci_usb_probe()
H A Dehci-mx6.c619 return ehci_register(dev, hccr, hcor, &mx6_ehci_ops, 0, priv->init_type); in ehci_usb_probe()
H A Dehci-tegra.c849 return ehci_register(dev, hccr, hcor, &tegra_ehci_ops, 0, in ehci_usb_probe()
H A Dehci-hcd.c1606 int ehci_register(struct udevice *dev, struct ehci_hccr *hccr, in ehci_register() function
/OK3568_Linux_fs/u-boot/doc/driver-model/
H A Dusb-info.txt55 special operations that can be overridden when calling ehci_register().
67 call ehci_register() to register itself as an EHCI device. It should call
/OK3568_Linux_fs/u-boot/
H A DSystem.map
H A Du-boot.map
H A Du-boot.sym