Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/phy/
H A Dphy.h255 void devm_phy_destroy(struct device *dev, struct phy *phy);
471 static inline void devm_phy_destroy(struct device *dev, struct phy *phy) in devm_phy_destroy() function
/OK3568_Linux_fs/kernel/Documentation/driver-api/phy/
H A 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
/OK3568_Linux_fs/kernel/drivers/phy/
H A Dphy-core.c985 void devm_phy_destroy(struct device *dev, struct phy *phy) in devm_phy_destroy() function
992 EXPORT_SYMBOL_GPL(devm_phy_destroy);