Searched refs:consumer_list (Results 1 - 2 of 2) sorted by relevance
/device/soc/rockchip/common/sdk_linux/include/linux/regulator/ |
H A D | driver.h | 436 struct list_head consumer_list; /* consumers we supply */ member
|
/device/soc/rockchip/common/sdk_linux/drivers/regulator/ |
H A D | core.c | 464 list_for_each_entry(regulator, &rdev->consumer_list, list)
in regulator_check_consumers() 826 list_for_each_entry(regulator, &rdev->consumer_list, list)
in regulator_total_uA_show() 997 list_for_each_entry(sibling, &rdev->consumer_list, list)
in drms_uA_update() 1829 list_add(®ulator->list, &rdev->consumer_list);
in create_regulator() 2940 list_for_each_entry(regulator, &rdev->consumer_list, list)
in regulator_disable_work() 3997 list_for_each_entry(regulator, &rdev->consumer_list, list)
in regulator_suspend_disable() 4949 list_for_each_entry(reg, &rdev->consumer_list, list)
in reg_debug_voltage_write() 5077 list_for_each_entry(reg, &rdev->consumer_list, list)
in reg_debug_consumers_show() 5558 INIT_LIST_HEAD(&rdev->consumer_list);
in regulator_register() 5944 list_for_each_entry(consumer, &rdev->consumer_list, lis in regulator_summary_show_subtree() [all...] |
Completed in 8 milliseconds