Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/regulator/
H A Ddriver.h626 struct list_head consumer_list; /* consumers we supply */ member
/openbmc/linux/drivers/regulator/
H A Dcore.c527 list_for_each_entry(regulator, &rdev->consumer_list, list) { in regulator_check_consumers()
841 list_for_each_entry(regulator, &rdev->consumer_list, list) { in requested_microamps_show()
1032 list_for_each_entry(sibling, &rdev->consumer_list, list) { in drms_uA_update()
1897 list_add(&regulator->list, &rdev->consumer_list); in create_regulator()
3157 list_for_each_entry(regulator, &rdev->consumer_list, list) { in regulator_disable_work()
4224 list_for_each_entry(regulator, &rdev->consumer_list, list) { in regulator_suspend_disable()
5607 INIT_LIST_HEAD(&rdev->consumer_list); in regulator_register()
6011 list_for_each_entry(consumer, &rdev->consumer_list, list) { in regulator_summary_show_subtree()