Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/phy/
Dphy.h255 void of_phy_provider_unregister(struct phy_provider *phy_provider);
478 static inline void of_phy_provider_unregister(struct phy_provider *phy_provider) in of_phy_provider_unregister() function
/Linux-v5.4/drivers/phy/
Dphy-core.c39 of_phy_provider_unregister(phy_provider); in devm_phy_provider_release()
1071 void of_phy_provider_unregister(struct phy_provider *phy_provider) in of_phy_provider_unregister() function
1082 EXPORT_SYMBOL_GPL(of_phy_provider_unregister);
/Linux-v5.4/Documentation/driver-api/phy/
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-v5.4/drivers/phy/tegra/
Dxusb.c244 of_phy_provider_unregister(pad->provider); in tegra_xusb_pad_unregister()