Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/phy/
Dphy.h139 void devm_phy_put(struct device *dev, struct phy *phy);
277 static inline void devm_phy_put(struct device *dev, struct phy *phy) in devm_phy_put() function
/linux-4.4.14/Documentation/
Dphy.txt109 void devm_phy_put(struct device *dev, struct phy *phy);
111 Both these APIs are used to release a reference to the PHY and devm_phy_put
/linux-4.4.14/drivers/phy/
Dphy-core.c447 void devm_phy_put(struct device *dev, struct phy *phy) in devm_phy_put() function
457 EXPORT_SYMBOL_GPL(devm_phy_put);