Home
last modified time | relevance | path

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

/linux/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/include/linux/phy/
H A Dphy.h298 void devm_phy_destroy(struct device *dev, struct phy *phy);
540 static inline void devm_phy_destroy(struct device *dev, struct phy *phy) in devm_phy_destroy() function
/linux/drivers/phy/
H A Dphy-core.c1121 void devm_phy_destroy(struct device *dev, struct phy *phy) in devm_phy_destroy() function
1128 EXPORT_SYMBOL_GPL(devm_phy_destroy);