Searched refs:devm_phy_match (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/phy/ |
D | phy-core.c | 53 static int devm_phy_match(struct device *dev, void *res, void *match_data) in devm_phy_match() function 454 r = devres_destroy(dev, devm_phy_release, devm_phy_match, phy); in devm_phy_put() 806 r = devres_destroy(dev, devm_phy_consume, devm_phy_match, phy); in devm_phy_destroy() 907 r = devres_destroy(dev, devm_phy_provider_release, devm_phy_match, in devm_of_phy_provider_unregister()
|