Searched refs:dwc3_shutdown_phy (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/include/ |
H A D | dwc3-uboot.h | 45 int dwc3_shutdown_phy(struct udevice *dev, struct phy *usb_phys, int num_phys); 53 static inline int dwc3_shutdown_phy(struct udevice *dev, struct phy *usb_phys, in dwc3_shutdown_phy() function
|
/openbmc/u-boot/drivers/usb/host/ |
H A D | xhci-dwc3.c | 149 dwc3_shutdown_phy(dev, plat->usb_phys, plat->num_phys); in xhci_dwc3_remove()
|
/openbmc/u-boot/drivers/usb/dwc3/ |
H A D | dwc3-generic.c | 72 dwc3_shutdown_phy(dev, priv->phys, priv->num_phys); in dwc3_generic_peripheral_remove()
|
H A D | core.c | 857 int dwc3_shutdown_phy(struct udevice *dev, struct phy *usb_phys, int num_phys) in dwc3_shutdown_phy() function
|