Searched refs:consumer_list (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.10/include/linux/regulator/ |
| D | driver.h | 445 struct list_head consumer_list; /* consumers we supply */ member
|
| /Linux-v5.10/drivers/regulator/ |
| D | core.c | 470 list_for_each_entry(regulator, &rdev->consumer_list, list) { in regulator_check_consumers() 783 list_for_each_entry(regulator, &rdev->consumer_list, list) { in regulator_total_uA_show() 959 list_for_each_entry(sibling, &rdev->consumer_list, list) { in drms_uA_update() 1650 list_add(®ulator->list, &rdev->consumer_list); in create_regulator() 2883 list_for_each_entry(regulator, &rdev->consumer_list, list) { in regulator_disable_work() 3952 list_for_each_entry(regulator, &rdev->consumer_list, list) { in regulator_suspend_disable() 5252 INIT_LIST_HEAD(&rdev->consumer_list); in regulator_register() 5643 list_for_each_entry(consumer, &rdev->consumer_list, list) { in regulator_summary_show_subtree()
|