| /OK3568_Linux_fs/u-boot/drivers/usb/host/ |
| H A D | ehci-zynq.c | 73 return ehci_register(dev, hccr, hcor, NULL, 0, plat->init_type); in ehci_zynq_probe()
|
| H A D | ehci-atmel.c | 111 return ehci_register(dev, hccr, hcor, NULL, 0, USB_INIT_HOST); in ehci_atmel_probe()
|
| H A D | ehci-sunxi.c | 73 return ehci_register(dev, hccr, hcor, NULL, 0, plat->init_type); in ehci_usb_probe()
|
| H A D | ehci-msm.c | 108 return ehci_register(dev, hccr, hcor, &msm_ehci_ops, 0, USB_INIT_HOST); in ehci_usb_probe()
|
| H A D | ehci-hcd.su | |
| H A D | ehci-pci.c | 138 return ehci_register(dev, hccr, hcor, NULL, 0, USB_INIT_HOST); in ehci_pci_probe()
|
| H A D | ehci-marvell.c | 137 return ehci_register(dev, hccr, hcor, &marvell_ehci_ops, 0, in ehci_mvebu_probe()
|
| H A D | ehci-generic.c | 158 err = ehci_register(dev, hccr, hcor, NULL, 0, USB_INIT_HOST); in ehci_usb_probe()
|
| H A D | ehci-exynos.c | 231 return ehci_register(dev, ctx->hcd, hcor, NULL, 0, USB_INIT_HOST); in ehci_usb_probe()
|
| H A D | ehci-fsl.c | 126 return ehci_register(dev, hccr, hcor, &fsl_ehci_ops, 0, USB_INIT_HOST); in ehci_fsl_probe()
|
| H A D | ehci.h | 288 int ehci_register(struct udevice *dev, struct ehci_hccr *hccr,
|
| H A D | ehci-mx5.c | 352 return ehci_register(dev, hccr, hcor, &mx5_ehci_ops, 0, in ehci_usb_probe()
|
| H A D | ehci-vf.c | 340 return ehci_register(dev, hccr, hcor, &vf_ehci_ops, 0, priv->init_type); in ehci_usb_probe()
|
| H A D | ehci-mx6.c | 619 return ehci_register(dev, hccr, hcor, &mx6_ehci_ops, 0, priv->init_type); in ehci_usb_probe()
|
| H A D | ehci-tegra.c | 849 return ehci_register(dev, hccr, hcor, &tegra_ehci_ops, 0, in ehci_usb_probe()
|
| H A D | ehci-hcd.c | 1606 int ehci_register(struct udevice *dev, struct ehci_hccr *hccr, in ehci_register() function
|
| /OK3568_Linux_fs/u-boot/doc/driver-model/ |
| H A D | usb-info.txt | 55 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 D | System.map | |
| H A D | u-boot.map | |
| H A D | u-boot.sym | |