Home
last modified time | relevance | path

Searched refs:generic_phy_valid (Results 1 – 7 of 7) sorted by relevance

/external/u-boot/include/
Dgeneric-phy.h270 static inline bool generic_phy_valid(struct phy *phy) in generic_phy_valid() function
/external/u-boot/drivers/usb/host/
Dehci-sunxi.c115 if (generic_phy_valid(&priv->phy)) { in ehci_usb_remove()
Dehci-generic.c62 if (generic_phy_valid(&priv->phy)) { in ehci_shutdown_phy()
Dohci-generic.c60 if (generic_phy_valid(&priv->phy)) { in ohci_shutdown_phy()
Dohci-sunxi.c125 if (generic_phy_valid(&priv->phy)) { in ohci_usb_remove()
Dxhci-dwc3.c184 if (!generic_phy_valid(&plat->usb_phys[i])) in xhci_dwc3_shutdown_phy()
/external/u-boot/drivers/usb/musb-new/
Dsunxi.c461 if (generic_phy_valid(glue->phy)) { in musb_usb_remove()