Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/regulator/ !
Dinternal.h52 extern struct class regulator_class;
Dcore.c1519 dev = class_find_device(&regulator_class, NULL, name, regulator_match); in regulator_lookup_by_name()
4403 rdev->dev.class = &regulator_class; in regulator_register()
4479 class_for_each_device(&regulator_class, NULL, NULL, in regulator_register()
4552 return class_for_each_device(&regulator_class, NULL, &state, in regulator_suspend()
4583 return class_for_each_device(&regulator_class, NULL, &state, in regulator_resume()
4601 struct class regulator_class = { variable
4773 if (consumer->dev && consumer->dev->class == &regulator_class) in regulator_summary_show_subtree()
4798 class_for_each_device(&regulator_class, NULL, &summary_data, in regulator_summary_show_subtree()
4818 class_for_each_device(&regulator_class, NULL, s, in regulator_summary_show()
4843 ret = class_register(&regulator_class); in regulator_init()
[all …]
Dof_regulator.c440 dev = class_find_device(&regulator_class, NULL, np, of_node_match); in of_find_regulator_by_node()