Home
last modified time | relevance | path

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

/linux/drivers/regulator/
H A Dinternal.h61 extern const struct class regulator_class;
H A Dcore.c2095 dev = class_find_device(&regulator_class, NULL, name, regulator_match); in regulator_lookup_by_name()
6044 rdev->dev.class = &regulator_class; in regulator_register()
6369 const struct class regulator_class = { variable
6581 if (consumer->dev && consumer->dev->class == &regulator_class) in regulator_summary_show_subtree()
6611 class_for_each_device(&regulator_class, NULL, &summary_data, in regulator_summary_show_subtree()
6667 ret = class_for_each_device(&regulator_class, NULL, &lock_data, in regulator_summary_lock_all()
6670 class_for_each_device(&regulator_class, NULL, &lock_data, in regulator_summary_lock_all()
6708 class_for_each_device(&regulator_class, NULL, NULL, in regulator_summary_unlock()
6735 class_for_each_device(&regulator_class, NULL, s, in regulator_summary_show()
6753 ret = class_register(&regulator_class); in regulator_init()
[all …]
H A Dof_regulator.c640 dev = class_find_device_by_of_node(&regulator_class, np); in of_find_regulator_by_node()