Home
last modified time | relevance | path

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

/linux-6.14.4/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-6.14.4/Documentation/translations/zh_CN/driver-api/phy/
Dphy.rst162 void devm_phy_put(struct device *dev, struct phy *phy);
164 这两个 API 都用于释放对 PHY 的引用,并且 devm_phy_put 会销毁与此
/linux-6.14.4/include/linux/phy/
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) in devm_phy_put() function
/linux-6.14.4/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-6.14.4/drivers/phy/
Dphy-core.c738 void devm_phy_put(struct device *dev, struct phy *phy) in devm_phy_put() function
748 EXPORT_SYMBOL_GPL(devm_phy_put);
/linux-6.14.4/drivers/net/ethernet/ti/
Dam65-cpsw-nuss.c2142 devm_phy_put(dev, phy); in am65_cpsw_init_serdes_phy()