Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/phy/
Dphy.h137 void devm_phy_put(struct device *dev, struct phy *phy);
268 static inline void devm_phy_put(struct device *dev, struct phy *phy) in devm_phy_put() function
/linux-4.1.27/Documentation/
Dphy.txt104 void devm_phy_put(struct device *dev, struct phy *phy);
106 Both these APIs are used to release a reference to the PHY and devm_phy_put
/linux-4.1.27/drivers/phy/
Dphy-core.c439 void devm_phy_put(struct device *dev, struct phy *phy) in devm_phy_put() function
449 EXPORT_SYMBOL_GPL(devm_phy_put);