abx500_list        15 drivers/mfd/abx500-core.c static LIST_HEAD(abx500_list);
abx500_list        28 drivers/mfd/abx500-core.c 	list_for_each_entry(dev_entry, &abx500_list, list) {
abx500_list        47 drivers/mfd/abx500-core.c 	list_add_tail(&dev_entry->list, &abx500_list);
abx500_list        56 drivers/mfd/abx500-core.c 	list_for_each_entry_safe(dev_entry, tmp, &abx500_list, list)