Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/regulator/
Ddriver.h449 struct list_head consumer_list; /* consumers we supply */ member
/Linux-v4.19/drivers/regulator/
Dcore.c298 list_for_each_entry(regulator, &rdev->consumer_list, list) { in regulator_check_consumers()
580 list_for_each_entry(regulator, &rdev->consumer_list, list) in regulator_total_uA_show()
754 list_for_each_entry(sibling, &rdev->consumer_list, list) in drms_uA_update()
1388 list_add(&regulator->list, &rdev->consumer_list); in create_regulator()
1838 list_for_each_entry(r, &rdev->consumer_list, list) in _regulator_put()
3186 list_for_each_entry(regulator, &rdev->consumer_list, list) { in regulator_suspend_disable()
4317 INIT_LIST_HEAD(&rdev->consumer_list); in regulator_register()
4701 list_for_each_entry(consumer, &rdev->consumer_list, list) { in regulator_summary_show_subtree()