Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/controller/cadence/
H A 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()
/openbmc/linux/include/linux/phy/
H A 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
/openbmc/linux/Documentation/driver-api/phy/
H A 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
/openbmc/linux/drivers/phy/
H A Dphy-core.c686 void devm_phy_put(struct device *dev, struct phy *phy) in devm_phy_put() function
696 EXPORT_SYMBOL_GPL(devm_phy_put);
/openbmc/linux/drivers/net/ethernet/ti/
H A Dam65-cpsw-nuss.c1497 devm_phy_put(dev, phy); in am65_cpsw_init_serdes_phy()