Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dti-usb-phy-uboot.h12 struct ti_usb_phy_device { struct
19 int ti_usb_phy_uboot_init(struct ti_usb_phy_device *dev); argument
/openbmc/u-boot/board/ti/omap5_uevm/
H A Devm.c76 static struct ti_usb_phy_device usb_phy_device = {
/openbmc/u-boot/board/ti/am43xx/
H A Dboard.c760 static struct ti_usb_phy_device usb_phy1_device = {
778 static struct ti_usb_phy_device usb_phy2_device = {
/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()