Home
last modified time | relevance | path

Searched refs:dwc2_udc_probe (Results 1 – 18 of 18) sorted by relevance

/openbmc/u-boot/include/usb/
H A Ddwc2_udc.h27 int dwc2_udc_probe(struct dwc2_plat_otg_data *pdata);
/openbmc/u-boot/arch/arm/mach-socfpga/
H A Dboard.c81 return dwc2_udc_probe(&socfpga_otg_data); in board_usb_init()
/openbmc/u-boot/board/rockchip/evb_rk3328/
H A Devb-rk3328.c63 return dwc2_udc_probe(&rk3328_otg_data); in board_usb_init()
/openbmc/u-boot/arch/arm/mach-rockchip/
H A Drk3036-board.c96 return dwc2_udc_probe(&rk3036_otg_data); in board_usb_init()
H A Drv1108-board.c74 return dwc2_udc_probe(&rv1108_otg_data); in board_usb_init()
H A Drk3128-board.c105 return dwc2_udc_probe(&rk3128_otg_data); in board_usb_init()
H A Drk322x-board.c133 return dwc2_udc_probe(&rk322x_otg_data); in board_usb_init()
H A Drk3288-board.c260 return dwc2_udc_probe(&rk3288_otg_data); in board_usb_init()
/openbmc/u-boot/board/broadcom/bcm23550_w1d/
H A Dbcm23550_w1d.c99 return dwc2_udc_probe(&bcm_otg_data); in board_usb_init()
/openbmc/u-boot/board/broadcom/bcm28155_ap/
H A Dbcm28155_ap.c106 return dwc2_udc_probe(&bcm_otg_data); in board_usb_init()
/openbmc/u-boot/board/hisilicon/poplar/
H A Dpoplar.c174 return dwc2_udc_probe(&poplar_otg_data); in board_usb_init()
/openbmc/u-boot/board/st/stm32mp1/
H A Dstm32mp1.c159 return dwc2_udc_probe(&stm32mp_otg_data); in board_usb_init()
/openbmc/u-boot/board/samsung/goni/
H A Dgoni.c196 return dwc2_udc_probe(&s5pc110_otg_data); in board_usb_init()
/openbmc/u-boot/board/samsung/trats2/
H A Dtrats2.c265 return dwc2_udc_probe(&s5pc210_otg_data); in board_usb_init()
/openbmc/u-boot/board/samsung/universal_c210/
H A Duniversal.c203 return dwc2_udc_probe(&s5pc210_otg_data); in board_usb_init()
/openbmc/u-boot/board/samsung/odroid/
H A Dodroid.c535 return dwc2_udc_probe(&s5pc210_otg_data); in board_usb_init()
/openbmc/u-boot/board/samsung/trats/
H A Dtrats.c288 return dwc2_udc_probe(&s5pc210_otg_data); in board_usb_init()
/openbmc/u-boot/drivers/usb/gadget/
H A Ddwc2_udc_otg.c810 int dwc2_udc_probe(struct dwc2_plat_otg_data *pdata) in dwc2_udc_probe() function