Home
last modified time | relevance | path

Searched refs:generic_phy_exit (Results 1 – 9 of 9) sorted by relevance

/external/u-boot/include/
Dgeneric-phy.h140 int generic_phy_exit(struct phy *phy);
230 static inline int generic_phy_exit(struct phy *phy) in generic_phy_exit() function
/external/u-boot/drivers/usb/host/
Dxhci-dwc3.c167 generic_phy_exit(&plat->usb_phys[i]); in xhci_dwc3_setup_phy()
173 generic_phy_exit(&plat->usb_phys[i]); in xhci_dwc3_setup_phy()
188 ret |= generic_phy_exit(&plat->usb_phys[i]); in xhci_dwc3_shutdown_phy()
Dehci-generic.c50 return generic_phy_exit(&priv->phy); in ehci_setup_phy()
69 ret = generic_phy_exit(&priv->phy); in ehci_shutdown_phy()
Dohci-generic.c48 return generic_phy_exit(&priv->phy); in ohci_setup_phy()
67 ret = generic_phy_exit(&priv->phy); in ohci_shutdown_phy()
Dehci-sunxi.c116 ret = generic_phy_exit(&priv->phy); in ehci_usb_remove()
Dohci-sunxi.c126 ret = generic_phy_exit(&priv->phy); in ohci_usb_remove()
/external/u-boot/test/dm/
Dphy.c83 ut_assertok(generic_phy_exit(&phy1)); in dm_test_phy_ops()
/external/u-boot/drivers/phy/
Dphy-uclass.c110 int generic_phy_exit(struct phy *phy) in generic_phy_exit() function
/external/u-boot/drivers/usb/musb-new/
Dsunxi.c462 ret = generic_phy_exit(glue->phy); in musb_usb_remove()