Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/phy/
Dphy.h283 void of_phy_provider_unregister(struct phy_provider *phy_provider);
525 static inline void of_phy_provider_unregister(struct phy_provider *phy_provider) in of_phy_provider_unregister() function
/Linux-v6.6/drivers/phy/
Dphy-core.c41 of_phy_provider_unregister(phy_provider); in devm_phy_provider_release()
1188 void of_phy_provider_unregister(struct phy_provider *phy_provider) in of_phy_provider_unregister() function
1199 EXPORT_SYMBOL_GPL(of_phy_provider_unregister);
/Linux-v6.6/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-v6.6/drivers/phy/tegra/
Dxusb.c256 of_phy_provider_unregister(pad->provider); in tegra_xusb_pad_unregister()