Home
last modified time | relevance | path

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

/drivers/phy/
Dphy-core.c42 static void devm_phy_consume(struct device *dev, void *res) in devm_phy_consume() function
1018 ptr = devres_alloc(devm_phy_consume, sizeof(*ptr), GFP_KERNEL); in devm_phy_create()
1059 r = devres_destroy(dev, devm_phy_consume, devm_phy_match, phy); in devm_phy_destroy()