Searched refs:regulator_class (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/regulator/ |
D | internal.h | 52 extern struct class regulator_class;
|
D | core.c | 1496 dev = class_find_device(®ulator_class, NULL, name, regulator_match); in regulator_lookup_by_name() 4343 rdev->dev.class = ®ulator_class; in regulator_register() 4408 class_for_each_device(®ulator_class, NULL, NULL, in regulator_register() 4481 return class_for_each_device(®ulator_class, NULL, &state, in regulator_suspend() 4512 return class_for_each_device(®ulator_class, NULL, &state, in regulator_resume() 4530 struct class regulator_class = { variable 4702 if (consumer->dev && consumer->dev->class == ®ulator_class) in regulator_summary_show_subtree() 4727 class_for_each_device(®ulator_class, NULL, &summary_data, in regulator_summary_show_subtree() 4747 class_for_each_device(®ulator_class, NULL, s, in regulator_summary_show() 4772 ret = class_register(®ulator_class); in regulator_init() [all …]
|
D | of_regulator.c | 436 dev = class_find_device(®ulator_class, NULL, np, of_node_match); in of_find_regulator_by_node()
|