Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/regulator/
Ddriver.h196 struct list_head consumer_list; /* consumers we supply */ member
/linux-3.4.99/drivers/regulator/
Dcore.c118 list_for_each_entry(regulator, &rdev->consumer_list, list) { in get_device_regulator()
195 list_for_each_entry(regulator, &rdev->consumer_list, list) { in regulator_check_consumers()
481 list_for_each_entry(regulator, &rdev->consumer_list, list) in regulator_total_uA_show()
659 list_for_each_entry(sibling, &rdev->consumer_list, list) in drms_uA_update()
1089 list_add(&regulator->list, &rdev->consumer_list); in create_regulator()
2349 list_for_each_entry(consumer, &rdev->consumer_list, list) in regulator_set_optimum_mode()
2881 INIT_LIST_HEAD(&rdev->consumer_list); in regulator_register()