Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dti-usb-phy-uboot.h19 int ti_usb_phy_uboot_init(struct ti_usb_phy_device *dev);
/openbmc/u-boot/board/ti/omap5_uevm/
H A Devm.c99 ti_usb_phy_uboot_init(&usb_phy_device); in board_usb_init()
/openbmc/u-boot/board/ti/am43xx/
H A Dboard.c805 ti_usb_phy_uboot_init(&usb_phy1_device); in board_usb_init()
813 ti_usb_phy_uboot_init(&usb_phy2_device); in board_usb_init()
/openbmc/u-boot/drivers/usb/dwc3/
H A Dti_usb_phy.c262 int ti_usb_phy_uboot_init(struct ti_usb_phy_device *dev) in ti_usb_phy_uboot_init() function