Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/phy/
Dphy.h271 void devm_phy_destroy(struct device *dev, struct phy *phy);
501 static inline void devm_phy_destroy(struct device *dev, struct phy *phy) in devm_phy_destroy() function
/linux-5.19.10/Documentation/driver-api/phy/
Dphy.rst155 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-5.19.10/drivers/phy/
Dphy-core.c1055 void devm_phy_destroy(struct device *dev, struct phy *phy) in devm_phy_destroy() function
1062 EXPORT_SYMBOL_GPL(devm_phy_destroy);