Home
last modified time | relevance | path

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

/linux/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/include/linux/phy/
H A Dphy.h307 void of_phy_provider_unregister(struct phy_provider *phy_provider);
560 static inline void of_phy_provider_unregister(struct phy_provider *phy_provider) in of_phy_provider_unregister() function
/linux/drivers/phy/
H A Dphy-core.c46 of_phy_provider_unregister(phy_provider); in devm_phy_provider_release()
1241 void of_phy_provider_unregister(struct phy_provider *phy_provider) in of_phy_provider_unregister() function
1252 EXPORT_SYMBOL_GPL(of_phy_provider_unregister);
/linux/drivers/phy/tegra/
H A Dxusb.c256 of_phy_provider_unregister(pad->provider); in tegra_xusb_pad_unregister()