Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/pci/controller/cadence/
Dpcie-cadence.c222 devm_phy_put(dev, phy[i]); in cdns_pcie_init_phy()
241 devm_phy_put(dev, phy[i]); in cdns_pcie_init_phy()
/Linux-v6.6/include/linux/phy/
Dphy.h265 void devm_phy_put(struct device *dev, struct phy *phy);
472 static inline void devm_phy_put(struct device *dev, struct phy *phy) in devm_phy_put() function
/Linux-v6.6/Documentation/driver-api/phy/
Dphy.rst170 void devm_phy_put(struct device *dev, struct phy *phy);
172 Both these APIs are used to release a reference to the PHY and devm_phy_put
/Linux-v6.6/drivers/phy/
Dphy-core.c681 void devm_phy_put(struct device *dev, struct phy *phy) in devm_phy_put() function
691 EXPORT_SYMBOL_GPL(devm_phy_put);
/Linux-v6.6/drivers/net/ethernet/ti/
Dam65-cpsw-nuss.c1497 devm_phy_put(dev, phy); in am65_cpsw_init_serdes_phy()