Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/phy/
A Dphy.h272 void devm_phy_destroy(struct device *dev, struct phy *phy);
503 static inline void devm_phy_destroy(struct device *dev, struct phy *phy) in devm_phy_destroy() function
/linux-6.3-rc2/Documentation/driver-api/phy/
A Dphy.rst182 void devm_phy_destroy(struct device *dev, struct phy *phy);
184 Both these APIs destroy the PHY and devm_phy_destroy destroys the devres
/linux-6.3-rc2/drivers/phy/
A Dphy-core.c1064 void devm_phy_destroy(struct device *dev, struct phy *phy) in devm_phy_destroy() function
1071 EXPORT_SYMBOL_GPL(devm_phy_destroy);

Completed in 5 milliseconds