Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/usb/
H A Ddwc2_udc.h33 int dwc2_udc_probe(struct dwc2_plat_otg_data *pdata);
/OK3568_Linux_fs/u-boot/arch/arm/mach-socfpga/
H A Dboard.c57 return dwc2_udc_probe(&socfpga_otg_data); in board_usb_init()
/OK3568_Linux_fs/u-boot/board/broadcom/bcm23550_w1d/
H A Dbcm23550_w1d.c100 return dwc2_udc_probe(&bcm_otg_data); in board_usb_init()
/OK3568_Linux_fs/u-boot/board/broadcom/bcm28155_ap/
H A Dbcm28155_ap.c107 return dwc2_udc_probe(&bcm_otg_data); in board_usb_init()
/OK3568_Linux_fs/u-boot/board/samsung/goni/
H A Dgoni.c197 return dwc2_udc_probe(&s5pc110_otg_data); in board_usb_init()
/OK3568_Linux_fs/u-boot/board/samsung/trats2/
H A Dtrats2.c268 return dwc2_udc_probe(&s5pc210_otg_data); in board_usb_init()
/OK3568_Linux_fs/u-boot/board/samsung/universal_c210/
H A Duniversal.c204 return dwc2_udc_probe(&s5pc210_otg_data); in board_usb_init()
/OK3568_Linux_fs/u-boot/board/samsung/odroid/
H A Dodroid.c513 return dwc2_udc_probe(&s5pc210_otg_data); in board_usb_init()
/OK3568_Linux_fs/u-boot/board/samsung/trats/
H A Dtrats.c291 return dwc2_udc_probe(&s5pc210_otg_data); in board_usb_init()
/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Ddwc2_udc_otg.c887 int dwc2_udc_probe(struct dwc2_plat_otg_data *pdata) in dwc2_udc_probe() function
1189 ret = dwc2_udc_probe(platdata); in dwc2_udc_otg_probe()