Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mfd/
Dadp5520.c195 static int __remove_subdev(struct device *dev, void *unused) in __remove_subdev() function
203 return device_for_each_child(chip->dev, NULL, __remove_subdev); in adp5520_remove_subdevs()
Dda903x.c451 static int __remove_subdev(struct device *dev, void *unused) in __remove_subdev() function
459 return device_for_each_child(chip->dev, NULL, __remove_subdev); in da903x_remove_subdevs()
Dtps6586x.c220 static int __remove_subdev(struct device *dev, void *unused) in __remove_subdev() function
228 return device_for_each_child(tps6586x->dev, NULL, __remove_subdev); in tps6586x_remove_subdevs()