/openbmc/u-boot/drivers/usb/host/ |
H A D | ehci-mx6.c | 182 return USB_INIT_DEVICE; in usb_phy_mode() 241 return USB_INIT_DEVICE; in usb_phy_mode() 367 if ((type == init) || (type == USB_INIT_DEVICE)) in ehci_hcd_init() 368 board_ehci_power(index, (type == USB_INIT_DEVICE) ? 0 : 1); in ehci_hcd_init() 371 if (type == USB_INIT_DEVICE) in ehci_hcd_init() 410 (type == USB_INIT_DEVICE) ? in mx6_init_after_reset() 419 if (type == USB_INIT_DEVICE) in mx6_init_after_reset() 464 plat->init_type = USB_INIT_DEVICE; in ehci_usb_phy_mode() 473 plat->init_type = USB_INIT_DEVICE; in ehci_usb_phy_mode() 491 plat->init_type = USB_INIT_DEVICE; in ehci_usb_ofdata_to_platdata() [all …]
|
H A D | ehci-vf.c | 181 if (init == USB_INIT_DEVICE) { in ehci_hcd_init() 233 priv->init_type = USB_INIT_DEVICE; in vf_usb_ofdata_to_platdata() 242 priv->init_type = USB_INIT_DEVICE; in vf_usb_ofdata_to_platdata() 259 priv->init_type = USB_INIT_DEVICE; in vf_usb_ofdata_to_platdata() 279 if (type == USB_INIT_DEVICE) in vf_init_after_reset()
|
H A D | ehci-msm.c | 90 ret = board_usb_init(0, USB_INIT_DEVICE); /* Board specific hook */ in ehci_usb_remove()
|
H A D | ehci-tegra.c | 368 (init == USB_INIT_DEVICE) ? b_sess_valid_mask : 0); in init_utmi_usb_controller() 753 case USB_INIT_DEVICE: in usb_common_init()
|
H A D | ehci-hcd.c | 1124 if (init == USB_INIT_DEVICE) in usb_lowlevel_init() 1641 if (ctrl->init == USB_INIT_DEVICE) in ehci_register() 1669 if (ctrl->init == USB_INIT_DEVICE) in ehci_deregister()
|
H A D | usb-uclass.c | 396 plat->init_type = USB_INIT_DEVICE; in usb_setup_ehci_gadget()
|
/openbmc/u-boot/board/intel/edison/ |
H A D | edison.c | 35 if (index == 0 && init == USB_INIT_DEVICE) in board_usb_init() 42 if (index == 0 && init == USB_INIT_DEVICE) { in board_usb_cleanup()
|
/openbmc/u-boot/include/linux/usb/ |
H A D | gadget.h | 938 return board_usb_init(index, USB_INIT_DEVICE); in usb_gadget_initialize() 943 return board_usb_cleanup(index, USB_INIT_DEVICE); in usb_gadget_release()
|
/openbmc/u-boot/board/ti/am43xx/ |
H A D | board.c | 802 if (init == USB_INIT_DEVICE) { in board_usb_init() 811 if (init == USB_INIT_DEVICE) { in board_usb_init() 833 if (init == USB_INIT_DEVICE) { in board_usb_cleanup()
|
/openbmc/u-boot/board/warp7/ |
H A D | warp7.c | 133 return USB_INIT_DEVICE; in board_usb_phy_mode()
|
/openbmc/u-boot/board/warp/ |
H A D | warp.c | 96 return USB_INIT_DEVICE; in board_usb_phy_mode()
|
/openbmc/u-boot/board/technexion/pico-imx6ul/ |
H A D | pico-imx6ul.c | 191 return USB_INIT_DEVICE; in board_usb_phy_mode()
|
/openbmc/u-boot/board/ti/omap5_uevm/ |
H A D | evm.c | 90 if (init == USB_INIT_DEVICE) { in board_usb_init()
|
/openbmc/u-boot/board/k+p/kp_imx6q_tpc/ |
H A D | kp_imx6q_tpc.c | 231 return USB_INIT_DEVICE; in board_usb_phy_mode()
|
/openbmc/u-boot/board/dhelectronics/dh_imx6/ |
H A D | dh_imx6.c | 260 return USB_INIT_DEVICE; in board_usb_phy_mode()
|
/openbmc/u-boot/board/toradex/colibri_imx7/ |
H A D | colibri_imx7.c | 379 return USB_INIT_DEVICE; in board_usb_phy_mode()
|
/openbmc/u-boot/board/toradex/colibri-imx6ull/ |
H A D | colibri-imx6ull.c | 390 return USB_INIT_DEVICE; in board_usb_phy_mode()
|
/openbmc/u-boot/board/technexion/pico-imx7d/ |
H A D | pico-imx7d.c | 363 return USB_INIT_DEVICE; in board_usb_phy_mode()
|
/openbmc/u-boot/board/toradex/colibri_vf/ |
H A D | colibri_vf.c | 621 return USB_INIT_DEVICE; in board_usb_phy_mode()
|
/openbmc/u-boot/include/ |
H A D | usb.h | 166 USB_INIT_DEVICE enumerator
|
/openbmc/u-boot/drivers/usb/gadget/ |
H A D | ci_udc.c | 1021 ret = usb_lowlevel_init(0, USB_INIT_DEVICE, (void **)&controller.ctrl); in usb_gadget_register_driver()
|