Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Ddwc3-omap-uboot.h21 struct dwc3_omap_device { struct
28 int dwc3_omap_uboot_init(struct dwc3_omap_device *dev); argument
/openbmc/u-boot/board/ti/omap5_uevm/
H A Devm.c70 static struct dwc3_omap_device usb_otg_ss_glue = {
/openbmc/u-boot/board/ti/am43xx/
H A Dboard.c754 static struct dwc3_omap_device usb_otg_ss1_glue = {
772 static struct dwc3_omap_device usb_otg_ss2_glue = {
/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()