HomeSort by relevance Sort by last modified time
    Searched refs:USB_INIT_HOST (Results 1 - 25 of 29) sorted by null

1 2

  /external/u-boot/drivers/usb/host/
xhci-omap.c 61 ret = board_usb_init(index, USB_INIT_HOST);
89 board_usb_cleanup(index, USB_INIT_HOST);
ehci-vf.c 185 } else if (init == USB_INIT_HOST) {
230 priv->init_type = USB_INIT_HOST;
250 priv->init_type = USB_INIT_HOST;
261 priv->init_type = USB_INIT_HOST;
327 if (priv->init_type == USB_INIT_HOST) {
ehci-mx6.c 184 return USB_INIT_HOST;
243 return USB_INIT_HOST;
279 * Return: USB_INIT_DEVICE or USB_INIT_HOST
464 plat->init_type = USB_INIT_HOST;
473 plat->init_type = USB_INIT_HOST;
491 plat->init_type = USB_INIT_HOST;
536 if (priv->init_type == USB_INIT_HOST) {
ehci-msm.c 105 ret = board_prepare_usb(USB_INIT_HOST);
109 return ehci_register(dev, hccr, hcor, &msm_ehci_ops, 0, USB_INIT_HOST);
ehci-atmel.c 110 return ehci_register(dev, hccr, hcor, NULL, 0, USB_INIT_HOST);
ehci-pci.c 126 return ehci_register(dev, hccr, hcor, NULL, 0, USB_INIT_HOST);
ehci-generic.c 156 err = ehci_register(dev, hccr, hcor, NULL, 0, USB_INIT_HOST);
ehci-marvell.c 137 USB_INIT_HOST);
ehci-omap.c 188 ret = board_usb_init(index, USB_INIT_HOST);
xhci-fsl.c 184 ret = board_usb_init(index, USB_INIT_HOST);
ehci-exynos.c 230 return ehci_register(dev, ctx->hcd, hcor, NULL, 0, USB_INIT_HOST);
ehci-fsl.c 117 return ehci_register(dev, hccr, hcor, &fsl_ehci_ops, 0, USB_INIT_HOST);
ehci-tegra.c 261 if (init == USB_INIT_HOST &&
271 vbus_value = (init == USB_INIT_HOST);
329 (init == USB_INIT_HOST) ? USBMODE_CM_HC : 0);
742 case USB_INIT_HOST:
  /external/u-boot/board/qualcomm/dragonboard410c/
dragonboard410c.c 93 if (type == USB_INIT_HOST) {
  /external/u-boot/board/toradex/colibri_vf/
colibri_vf.c 625 * USB_INIT_DEVICE or USB_INIT_HOST.
630 return USB_INIT_HOST;
633 return USB_INIT_HOST;
637 * not reach here. However return USB_INIT_HOST if we do.
639 return USB_INIT_HOST;
  /external/u-boot/board/toradex/colibri_imx7/
colibri_imx7.c 454 return USB_INIT_HOST;
457 return USB_INIT_HOST;
  /external/u-boot/board/ccv/xpress/
xpress.c 207 return USB_INIT_HOST;
  /external/u-boot/board/dhelectronics/dh_imx6/
dh_imx6.c 257 return USB_INIT_HOST;
  /external/u-boot/board/grinn/liteboard/
board.c 213 return USB_INIT_HOST;
  /external/u-boot/board/k+p/kp_imx6q_tpc/
kp_imx6q_tpc.c 229 return USB_INIT_HOST;
  /external/u-boot/board/technexion/pico-imx6ul/
pico-imx6ul.c 251 return USB_INIT_HOST;
  /external/u-boot/board/freescale/mx6sxsabreauto/
mx6sxsabreauto.c 191 return USB_INIT_HOST;
  /external/u-boot/board/samtec/vining_2000/
vining_2000.c 305 return USB_INIT_HOST;
  /external/u-boot/board/compulab/cm_fx6/
cm_fx6.c 321 return USB_INIT_HOST;
  /external/u-boot/board/freescale/mx6ul_14x14_evk/
mx6ul_14x14_evk.c 450 return USB_INIT_HOST;

Completed in 668 milliseconds

1 2