Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/phy/
Dphy.h198 void devm_phy_destroy(struct device *dev, struct phy *phy);
388 static inline void devm_phy_destroy(struct device *dev, struct phy *phy) in devm_phy_destroy() function
/Linux-v4.19/Documentation/
Dphy.txt155 void devm_phy_destroy(struct device *dev, struct phy *phy);
157 Both these APIs destroy the PHY and devm_phy_destroy destroys the devres
/Linux-v4.19/drivers/phy/
Dphy-core.c871 void devm_phy_destroy(struct device *dev, struct phy *phy) in devm_phy_destroy() function
878 EXPORT_SYMBOL_GPL(devm_phy_destroy);