Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/regulator/
Dinternal.h52 extern struct class regulator_class;
Dcore.c1496 dev = class_find_device(&regulator_class, NULL, name, regulator_match); in regulator_lookup_by_name()
4343 rdev->dev.class = &regulator_class; in regulator_register()
4408 class_for_each_device(&regulator_class, NULL, NULL, in regulator_register()
4481 return class_for_each_device(&regulator_class, NULL, &state, in regulator_suspend()
4512 return class_for_each_device(&regulator_class, NULL, &state, in regulator_resume()
4530 struct class regulator_class = { variable
4702 if (consumer->dev && consumer->dev->class == &regulator_class) in regulator_summary_show_subtree()
4727 class_for_each_device(&regulator_class, NULL, &summary_data, in regulator_summary_show_subtree()
4747 class_for_each_device(&regulator_class, NULL, s, in regulator_summary_show()
4772 ret = class_register(&regulator_class); in regulator_init()
[all …]
Dof_regulator.c436 dev = class_find_device(&regulator_class, NULL, np, of_node_match); in of_find_regulator_by_node()