Searched refs:consumer_list (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/include/linux/regulator/ |
| D | driver.h | 457 struct list_head consumer_list; /* consumers we supply */ member
|
| /Linux-v5.4/drivers/regulator/ |
| D | core.c | 468 list_for_each_entry(regulator, &rdev->consumer_list, list) { in regulator_check_consumers() 757 list_for_each_entry(regulator, &rdev->consumer_list, list) { in regulator_total_uA_show() 933 list_for_each_entry(sibling, &rdev->consumer_list, list) { in drms_uA_update() 1585 list_add(®ulator->list, &rdev->consumer_list); in create_regulator() 2747 list_for_each_entry(regulator, &rdev->consumer_list, list) { in regulator_disable_work() 3805 list_for_each_entry(regulator, &rdev->consumer_list, list) { in regulator_suspend_disable() 5094 INIT_LIST_HEAD(&rdev->consumer_list); in regulator_register() 5472 list_for_each_entry(consumer, &rdev->consumer_list, list) { in regulator_summary_show_subtree()
|