Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/regulator/
H A Ddriver.h453 struct list_head consumer_list; /* consumers we supply */ member
/OK3568_Linux_fs/kernel/drivers/regulator/
H A Dcore.c476 list_for_each_entry(regulator, &rdev->consumer_list, list) { in regulator_check_consumers()
789 list_for_each_entry(regulator, &rdev->consumer_list, list) { in regulator_total_uA_show()
965 list_for_each_entry(sibling, &rdev->consumer_list, list) { in drms_uA_update()
1662 list_add(&regulator->list, &rdev->consumer_list); in create_regulator()
2925 list_for_each_entry(regulator, &rdev->consumer_list, list) { in regulator_disable_work()
3994 list_for_each_entry(regulator, &rdev->consumer_list, list) { in regulator_suspend_disable()
5023 list_for_each_entry(reg, &rdev->consumer_list, list) { in reg_debug_voltage_write()
5157 list_for_each_entry(reg, &rdev->consumer_list, list) { in reg_debug_consumers_show()
5633 INIT_LIST_HEAD(&rdev->consumer_list); in regulator_register()
6027 list_for_each_entry(consumer, &rdev->consumer_list, list) { in regulator_summary_show_subtree()