Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Ddwc3-uboot.h50 int dwc3_shutdown_phy(struct udevice *dev, struct phy *usb_phys, int num_phys);
58 static inline int dwc3_shutdown_phy(struct udevice *dev, struct phy *usb_phys, in dwc3_shutdown_phy() function
/rk3399_rockchip-uboot/drivers/usb/host/
H A Dxhci-dwc3.c174 dwc3_shutdown_phy(dev, plat->usb_phys, plat->num_phys); in xhci_dwc3_remove()
/rk3399_rockchip-uboot/drivers/usb/dwc3/
H A Ddwc3-generic.c96 dwc3_shutdown_phy(dev, priv->phys, priv->num_phys); in dwc3_generic_remove()
H A Dcore.c953 int dwc3_shutdown_phy(struct udevice *dev, struct phy *usb_phys, int num_phys) in dwc3_shutdown_phy() function