Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/regulator/
Dcore.c61 static struct class regulator_class; variable
1377 dev = class_find_device(&regulator_class, NULL, np, of_node_match); in of_find_regulator_by_node()
1393 dev = class_find_device(&regulator_class, NULL, name, regulator_match); in regulator_lookup_by_name()
3796 static struct class regulator_class = { variable
3925 rdev->dev.class = &regulator_class; in regulator_register()
4053 return class_for_each_device(&regulator_class, NULL, &state, in regulator_suspend_prepare()
4097 return class_for_each_device(&regulator_class, NULL, NULL, in regulator_suspend_finish()
4276 if (consumer->dev->class == &regulator_class) in regulator_summary_show_subtree()
4300 class_for_each_device(&regulator_class, NULL, &summary_data, in regulator_summary_show_subtree()
4320 class_for_each_device(&regulator_class, NULL, s, in regulator_summary_show()
[all …]