Searched refs:devm_phy_put (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/pci/controller/cadence/
H A Dpcie-cadence.c222 devm_phy_put(dev, phy[i]);
241 devm_phy_put(dev, phy[i]);
/linux-master/include/linux/phy/
H A Dphy.h272 void devm_phy_put(struct device *dev, struct phy *phy);
493 static inline void devm_phy_put(struct device *dev, struct phy *phy) function
/linux-master/drivers/phy/
H A Dphy-core.c721 * devm_phy_put() - release the PHY
728 void devm_phy_put(struct device *dev, struct phy *phy) function
738 EXPORT_SYMBOL_GPL(devm_phy_put); variable
/linux-master/drivers/net/ethernet/ti/
H A Dam65-cpsw-nuss.c1565 devm_phy_put(dev, phy);

Completed in 153 milliseconds