Home
last modified time | relevance | path

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

/u-boot/include/usb/
A Ddwc2_udc.h35 int dwc2_udc_probe(struct dwc2_plat_otg_data *pdata);
/u-boot/board/broadcom/bcm23550_w1d/
A Dbcm23550_w1d.c103 return dwc2_udc_probe(&bcm_otg_data); in board_usb_init()
/u-boot/board/broadcom/bcm28155_ap/
A Dbcm28155_ap.c110 return dwc2_udc_probe(&bcm_otg_data); in board_usb_init()
/u-boot/arch/arm/mach-socfpga/
A Dboard.c86 return dwc2_udc_probe(&socfpga_otg_data); in board_usb_init()
/u-boot/board/hisilicon/poplar/
A Dpoplar.c181 return dwc2_udc_probe(&poplar_otg_data); in board_usb_init()
/u-boot/arch/arm/mach-rockchip/
A Dboard.c121 return dwc2_udc_probe(&otg_data); in board_usb_init()
/u-boot/board/samsung/goni/
A Dgoni.c200 return dwc2_udc_probe(&s5pc110_otg_data); in board_usb_init()
/u-boot/arch/arm/mach-meson/
A Dboard-axg.c217 return dwc2_udc_probe(&meson_gx_dwc2_data); in board_usb_init()
A Dboard-g12a.c256 return dwc2_udc_probe(&meson_g12a_dwc2_data); in board_usb_init()
A Dboard-gx.c253 return dwc2_udc_probe(&meson_gx_dwc2_data); in board_usb_init()
/u-boot/board/samsung/trats2/
A Dtrats2.c267 return dwc2_udc_probe(&s5pc210_otg_data); in board_usb_init()
/u-boot/board/samsung/universal_c210/
A Duniversal.c207 return dwc2_udc_probe(&s5pc210_otg_data); in board_usb_init()
/u-boot/board/samsung/odroid/
A Dodroid.c538 return dwc2_udc_probe(&s5pc210_otg_data); in board_usb_init()
/u-boot/board/samsung/trats/
A Dtrats.c291 return dwc2_udc_probe(&s5pc210_otg_data); in board_usb_init()
/u-boot/drivers/usb/gadget/
A Ddwc2_udc_otg.c887 int dwc2_udc_probe(struct dwc2_plat_otg_data *pdata) in dwc2_udc_probe() function
1146 ret = dwc2_udc_probe(plat); in dwc2_udc_otg_probe()

Completed in 17 milliseconds