Home
last modified time | relevance | path

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

/linux-6.15/Documentation/translations/zh_CN/driver-api/phy/
H A Dphy.rst68 void of_phy_provider_unregister(struct phy_provider *phy_provider);
70 devm_of_phy_provider_unregister 和 of_phy_provider_unregister
/linux-6.15/include/linux/phy/
H A Dphy.h288 void of_phy_provider_unregister(struct phy_provider *phy_provider);
534 static inline void of_phy_provider_unregister(struct phy_provider *phy_provider) in of_phy_provider_unregister() function
/linux-6.15/drivers/phy/
H A Dphy-core.c46 of_phy_provider_unregister(phy_provider); in devm_phy_provider_release()
1215 void of_phy_provider_unregister(struct phy_provider *phy_provider) in of_phy_provider_unregister() function
1226 EXPORT_SYMBOL_GPL(of_phy_provider_unregister);
/linux-6.15/Documentation/driver-api/phy/
H A Dphy.rst69 void of_phy_provider_unregister(struct phy_provider *phy_provider);
71 devm_of_phy_provider_unregister and of_phy_provider_unregister can be used to
/linux-6.15/drivers/phy/tegra/
H A Dxusb.c256 of_phy_provider_unregister(pad->provider); in tegra_xusb_pad_unregister()