Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/pci/controller/cadence/
Dpcie-cadence.c221 devm_phy_put(dev, phy[i]); in cdns_pcie_init_phy()
240 devm_phy_put(dev, phy[i]); in cdns_pcie_init_phy()
/linux-5.19.10/include/linux/phy/
Dphy.h262 void devm_phy_put(struct device *dev, struct phy *phy);
468 static inline void devm_phy_put(struct device *dev, struct phy *phy) in devm_phy_put() function
/linux-5.19.10/Documentation/driver-api/phy/
Dphy.rst143 void devm_phy_put(struct device *dev, struct phy *phy);
145 Both these APIs are used to release a reference to the PHY and devm_phy_put
/linux-5.19.10/drivers/phy/
Dphy-core.c679 void devm_phy_put(struct device *dev, struct phy *phy) in devm_phy_put() function
689 EXPORT_SYMBOL_GPL(devm_phy_put);