Home
last modified time | relevance | path

Searched refs:dwc3_device (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/include/
H A Ddwc3-uboot.h14 struct dwc3_device { struct
38 int dwc3_uboot_init(struct dwc3_device *dev); argument
/openbmc/u-boot/board/st/stih410-b2260/
H A Dboard.c43 static struct dwc3_device dwc3_device_data = {
/openbmc/u-boot/board/intel/edison/
H A Dedison.c19 static struct dwc3_device dwc3_device_data = {
/openbmc/u-boot/board/samsung/common/
H A Dexynos5-dt.c119 static struct dwc3_device dwc3_device_data = {
/openbmc/u-boot/board/ti/omap5_uevm/
H A Devm.c63 static struct dwc3_device usb_otg_ss = {
/openbmc/u-boot/board/ti/am43xx/
H A Dboard.c746 static struct dwc3_device usb_otg_ss1 = {
764 static struct dwc3_device usb_otg_ss2 = {
/openbmc/u-boot/drivers/usb/dwc3/
H A Dcore.c616 int dwc3_uboot_init(struct dwc3_device *dwc3_dev) in dwc3_uboot_init()