Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/phy/
Dphy.h189 void devm_phy_put(struct device *dev, struct phy *phy);
355 static inline void devm_phy_put(struct device *dev, struct phy *phy) in devm_phy_put() function
/Linux-v4.19/Documentation/
Dphy.txt143 void devm_phy_put(struct device *dev, struct phy *phy);
145 Both these APIs are used to release a reference to the PHY and devm_phy_put
/Linux-v4.19/drivers/phy/
Dphy-core.c516 void devm_phy_put(struct device *dev, struct phy *phy) in devm_phy_put() function
526 EXPORT_SYMBOL_GPL(devm_phy_put);