| /OK3568_Linux_fs/u-boot/drivers/usb/host/ |
| H A D | ehci-vf.c | 186 } else if (init == USB_INIT_HOST) { in ehci_hcd_init() 231 priv->init_type = USB_INIT_HOST; in vf_usb_ofdata_to_platdata() 251 priv->init_type = USB_INIT_HOST; in vf_usb_ofdata_to_platdata() 262 priv->init_type = USB_INIT_HOST; in vf_usb_ofdata_to_platdata() 328 if (priv->init_type == USB_INIT_HOST) { in ehci_usb_probe()
|
| H A D | ehci-mx6.c | 204 return USB_INIT_HOST; in usb_phy_mode() 265 return USB_INIT_HOST; in usb_phy_mode() 495 plat->init_type = USB_INIT_HOST; in ehci_usb_phy_mode() 504 plat->init_type = USB_INIT_HOST; in ehci_usb_phy_mode() 521 plat->init_type = USB_INIT_HOST; in ehci_usb_ofdata_to_platdata() 607 if (priv->init_type == USB_INIT_HOST) { in ehci_usb_probe()
|
| H A D | xhci-omap.c | 64 ret = board_usb_init(index, USB_INIT_HOST); in xhci_hcd_init() 92 board_usb_cleanup(index, USB_INIT_HOST); in xhci_hcd_stop()
|
| H A D | ehci-msm.c | 104 ret = board_prepare_usb(USB_INIT_HOST); in ehci_usb_probe() 108 return ehci_register(dev, hccr, hcor, &msm_ehci_ops, 0, USB_INIT_HOST); in ehci_usb_probe()
|
| H A D | ehci-tegra.c | 264 if (init == USB_INIT_HOST && in set_up_vbus() 274 vbus_value = (init == USB_INIT_HOST); in set_up_vbus() 332 (init == USB_INIT_HOST) ? USBMODE_CM_HC : 0); in init_phy_mux() 745 case USB_INIT_HOST: in usb_common_init()
|
| 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-pci.c | 138 return ehci_register(dev, hccr, hcor, NULL, 0, USB_INIT_HOST); in ehci_pci_probe()
|
| H A D | xhci-fsl.c | 184 ret = board_usb_init(index, USB_INIT_HOST); in xhci_hcd_init()
|
| H A D | ehci-marvell.c | 138 USB_INIT_HOST); 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-omap.c | 189 ret = board_usb_init(index, USB_INIT_HOST); in omap_ehci_hcd_init()
|
| 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-mx5.c | 297 plat->init_type = USB_INIT_HOST; in ehci_usb_ofdata_to_platdata()
|
| /OK3568_Linux_fs/u-boot/board/toradex/colibri_vf/ |
| H A D | colibri_vf.c | 631 return USB_INIT_HOST; in board_usb_phy_mode() 634 return USB_INIT_HOST; in board_usb_phy_mode() 640 return USB_INIT_HOST; in board_usb_phy_mode()
|
| /OK3568_Linux_fs/u-boot/board/toradex/colibri_imx7/ |
| H A D | colibri_imx7.c | 455 return USB_INIT_HOST; in board_usb_phy_mode() 458 return USB_INIT_HOST; in board_usb_phy_mode()
|
| /OK3568_Linux_fs/u-boot/board/qualcomm/dragonboard410c/ |
| H A D | dragonboard410c.c | 80 if (type == USB_INIT_HOST) { in board_prepare_usb()
|
| /OK3568_Linux_fs/u-boot/board/grinn/liteboard/ |
| H A D | board.c | 214 return USB_INIT_HOST; in board_usb_phy_mode()
|
| /OK3568_Linux_fs/u-boot/board/technexion/pico-imx6ul/ |
| H A D | pico-imx6ul.c | 252 return USB_INIT_HOST; in board_usb_phy_mode()
|
| /OK3568_Linux_fs/u-boot/board/ccv/xpress/ |
| H A D | xpress.c | 202 return USB_INIT_HOST; in board_usb_phy_mode()
|
| /OK3568_Linux_fs/u-boot/board/freescale/mx6sxsabreauto/ |
| H A D | mx6sxsabreauto.c | 192 return USB_INIT_HOST; in board_usb_phy_mode()
|
| /OK3568_Linux_fs/u-boot/board/freescale/mx6slevk/ |
| H A D | mx6slevk.c | 247 return USB_INIT_HOST; in board_usb_phy_mode()
|
| /OK3568_Linux_fs/u-boot/board/samtec/vining_2000/ |
| H A D | vining_2000.c | 305 return USB_INIT_HOST; in board_usb_phy_mode()
|
| /OK3568_Linux_fs/u-boot/board/freescale/mx6sxsabresd/ |
| H A D | mx6sxsabresd.c | 250 return USB_INIT_HOST; in board_usb_phy_mode()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | usb.h | 166 USB_INIT_HOST, enumerator
|