Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/mach-omap2/
H A Dvoltage.c277 struct voltagedomain *voltdm, *temp_voltdm; in _voltdm_lookup() local
281 list_for_each_entry(temp_voltdm, &voltdm_list, node) { in _voltdm_lookup()
282 if (!strcmp(name, temp_voltdm->name)) { in _voltdm_lookup()
283 voltdm = temp_voltdm; in _voltdm_lookup()