Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/phy/
Dphy.h280 void of_phy_provider_unregister(struct phy_provider *phy_provider);
521 static inline void of_phy_provider_unregister(struct phy_provider *phy_provider) in of_phy_provider_unregister() function
/linux-5.19.10/drivers/phy/
Dphy-core.c39 of_phy_provider_unregister(phy_provider); in devm_phy_provider_release()
1175 void of_phy_provider_unregister(struct phy_provider *phy_provider) in of_phy_provider_unregister() function
1186 EXPORT_SYMBOL_GPL(of_phy_provider_unregister);
/linux-5.19.10/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-5.19.10/drivers/phy/tegra/
Dxusb.c250 of_phy_provider_unregister(pad->provider); in tegra_xusb_pad_unregister()