Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/phy/
Dphy-core.c44 static void devm_phy_consume(struct device *dev, void *res) in devm_phy_consume() function
1031 ptr = devres_alloc(devm_phy_consume, sizeof(*ptr), GFP_KERNEL); in devm_phy_create()
1072 r = devres_destroy(dev, devm_phy_consume, devm_phy_match, phy); in devm_phy_destroy()