Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Ddwc3-uboot.h44 int dwc3_setup_phy(struct udevice *dev, struct phy **array, int *num_phys);
47 static inline int dwc3_setup_phy(struct udevice *dev, struct phy **array, in dwc3_setup_phy() function
/openbmc/u-boot/drivers/usb/host/
H A Dxhci-dwc3.c127 ret = dwc3_setup_phy(dev, &plat->usb_phys, &plat->num_phys); in xhci_dwc3_probe()
/openbmc/u-boot/drivers/usb/dwc3/
H A Ddwc3-generic.c49 rc = dwc3_setup_phy(dev, &priv->phys, &priv->num_phys); in dwc3_generic_peripheral_probe()
H A Dcore.c793 int dwc3_setup_phy(struct udevice *dev, struct phy **array, int *num_phys) in dwc3_setup_phy() function