Home
last modified time | relevance | path

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

/linux-6.15/Documentation/translations/zh_CN/driver-api/phy/
H A Dphy.rst174 void devm_phy_destroy(struct device *dev, struct phy *phy);
176 这两个 API 都会销毁 PHY,并且 devm_phy_destroy 会销毁与此 PHY 关
/linux-6.15/include/linux/phy/
H A Dphy.h279 void devm_phy_destroy(struct device *dev, struct phy *phy);
514 static inline void devm_phy_destroy(struct device *dev, struct phy *phy) in devm_phy_destroy() function
/linux-6.15/Documentation/driver-api/phy/
H 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.15/drivers/phy/
H A Dphy-core.c1095 void devm_phy_destroy(struct device *dev, struct phy *phy) in devm_phy_destroy() function
1102 EXPORT_SYMBOL_GPL(devm_phy_destroy);