Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Ddwc3-uboot.h45 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 Dxhci-dwc3.c149 dwc3_shutdown_phy(dev, plat->usb_phys, plat->num_phys); in xhci_dwc3_remove()
/openbmc/u-boot/drivers/usb/dwc3/
H A Ddwc3-generic.c72 dwc3_shutdown_phy(dev, priv->phys, priv->num_phys); in dwc3_generic_peripheral_remove()
H A Dcore.c857 int dwc3_shutdown_phy(struct udevice *dev, struct phy *usb_phys, int num_phys) in dwc3_shutdown_phy() function