Home
last modified time | relevance | path

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

/linux/Documentation/translations/zh_CN/driver-api/phy/
H A Dphy.rst162 void devm_phy_put(struct device *dev, struct phy *phy);
164 这两个 API 都用于释放对 PHY 的引用,并且 devm_phy_put 会销毁与此
/linux/drivers/phy/
H A Dphy-core.c737 void devm_phy_put(struct device *dev, struct phy *phy) in devm_phy_put() function
747 EXPORT_SYMBOL_GPL(devm_phy_put);
/linux/drivers/net/ethernet/ti/
H A Dam65-cpsw-nuss.c2052 devm_phy_put(dev, phy); in am65_cpsw_init_serdes_phy()