Searched refs:dwc3_shutdown_phy (Results 1 – 4 of 4) sorted by relevance
/external/u-boot/include/ |
D | dwc3-uboot.h | 47 int dwc3_shutdown_phy(struct udevice *dev, struct phy *usb_phys, int num_phys); 55 static inline int dwc3_shutdown_phy(struct udevice *dev, struct phy *usb_phys, in dwc3_shutdown_phy() function
|
/external/u-boot/drivers/usb/host/ |
D | xhci-dwc3.c | 172 dwc3_shutdown_phy(dev, plat->usb_phys, plat->num_phys); in xhci_dwc3_remove()
|
/external/u-boot/drivers/usb/dwc3/ |
D | dwc3-generic.c | 82 dwc3_shutdown_phy(dev, priv->phys, priv->num_phys); in dwc3_generic_remove()
|
D | core.c | 902 int dwc3_shutdown_phy(struct udevice *dev, struct phy *usb_phys, int num_phys) in dwc3_shutdown_phy() function
|