Home
last modified time | relevance | path

Searched refs:devm_phy_destroy (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/include/linux/phy/
Dphy.h146 void devm_phy_destroy(struct device *dev, struct phy *phy);
301 static inline void devm_phy_destroy(struct device *dev, struct phy *phy) in devm_phy_destroy() function
/linux-4.1.27/Documentation/
Dphy.txt115 void devm_phy_destroy(struct device *dev, struct phy *phy);
117 Both these APIs destroy the PHY and devm_phy_destroy destroys the devres
/linux-4.1.27/drivers/phy/
Dphy-core.c756 void devm_phy_destroy(struct device *dev, struct phy *phy) in devm_phy_destroy() function
763 EXPORT_SYMBOL_GPL(devm_phy_destroy);