Searched refs:__remove_subdev (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/mfd/ |
H A D | adp5520.c | 196 static int __remove_subdev(struct device *dev, void *unused) in __remove_subdev() function 204 return device_for_each_child(chip->dev, NULL, __remove_subdev); in adp5520_remove_subdevs()
|
H A D | da903x.c | 448 static int __remove_subdev(struct device *dev, void *unused) in __remove_subdev() function 456 return device_for_each_child(chip->dev, NULL, __remove_subdev); in da903x_remove_subdevs()
|
H A D | tps6586x.c | 217 static int __remove_subdev(struct device *dev, void *unused) in __remove_subdev() function 225 return device_for_each_child(tps6586x->dev, NULL, __remove_subdev); in tps6586x_remove_subdevs()
|
/kernel/linux/linux-6.6/drivers/mfd/ |
H A D | adp5520.c | 196 static int __remove_subdev(struct device *dev, void *unused) in __remove_subdev() function 204 return device_for_each_child(chip->dev, NULL, __remove_subdev); in adp5520_remove_subdevs()
|
H A D | tps6586x.c | 217 static int __remove_subdev(struct device *dev, void *unused) in __remove_subdev() function 225 return device_for_each_child(tps6586x->dev, NULL, __remove_subdev); in tps6586x_remove_subdevs()
|
H A D | da903x.c | 448 static int __remove_subdev(struct device *dev, void *unused) in __remove_subdev() function 456 return device_for_each_child(chip->dev, NULL, __remove_subdev); in da903x_remove_subdevs()
|
Completed in 10 milliseconds