Home
last modified time | relevance | path

Searched refs:dwc3_omap_uboot_init (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/include/
H A Ddwc3-omap-uboot.h28 int dwc3_omap_uboot_init(struct dwc3_omap_device *dev);
/openbmc/u-boot/board/ti/omap5_uevm/
H A Devm.c100 dwc3_omap_uboot_init(&usb_otg_ss_glue); in board_usb_init()
/openbmc/u-boot/board/ti/am43xx/
H A Dboard.c805 dwc3_omap_uboot_init(&usb_otg_ss1_glue); in board_usb_init()
815 dwc3_omap_uboot_init(&usb_otg_ss2_glue); in board_usb_init()
/openbmc/u-boot/drivers/usb/dwc3/
H A Ddwc3-omap.c374 int dwc3_omap_uboot_init(struct dwc3_omap_device *omap_dev) in dwc3_omap_uboot_init() function