Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/pci/controller/
Dpcie-cadence.c200 devm_phy_put(dev, phy[i]); in cdns_pcie_init_phy()
219 devm_phy_put(dev, phy[i]); in cdns_pcie_init_phy()
/Linux-v5.4/include/linux/phy/
Dphy.h237 void devm_phy_put(struct device *dev, struct phy *phy);
425 static inline void devm_phy_put(struct device *dev, struct phy *phy) in devm_phy_put() function
/Linux-v5.4/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-v5.4/drivers/phy/
Dphy-core.c597 void devm_phy_put(struct device *dev, struct phy *phy) in devm_phy_put() function
607 EXPORT_SYMBOL_GPL(devm_phy_put);