temp_voltdm       277 arch/arm/mach-omap2/voltage.c 	struct voltagedomain *voltdm, *temp_voltdm;
temp_voltdm       281 arch/arm/mach-omap2/voltage.c 	list_for_each_entry(temp_voltdm, &voltdm_list, node) {
temp_voltdm       282 arch/arm/mach-omap2/voltage.c 		if (!strcmp(name, temp_voltdm->name)) {
temp_voltdm       283 arch/arm/mach-omap2/voltage.c 			voltdm = temp_voltdm;