Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/regulator/
Dinternal.h61 extern struct class regulator_class;
Dcore.c1921 dev = class_find_device(&regulator_class, NULL, name, regulator_match); in regulator_lookup_by_name()
5536 rdev->dev.class = &regulator_class; in regulator_register()
5641 class_for_each_device(&regulator_class, NULL, NULL, in regulator_register()
5769 struct class regulator_class = { variable
5936 if (consumer->dev && consumer->dev->class == &regulator_class) in regulator_summary_show_subtree()
5966 class_for_each_device(&regulator_class, NULL, &summary_data, in regulator_summary_show_subtree()
6022 ret = class_for_each_device(&regulator_class, NULL, &lock_data, in regulator_summary_lock_all()
6025 class_for_each_device(&regulator_class, NULL, &lock_data, in regulator_summary_lock_all()
6062 class_for_each_device(&regulator_class, NULL, NULL, in regulator_summary_unlock()
6089 class_for_each_device(&regulator_class, NULL, s, in regulator_summary_show()
[all …]
Dof_regulator.c548 dev = class_find_device_by_of_node(&regulator_class, np); in of_find_regulator_by_node()