Home
last modified time | relevance | path

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

/trusted-firmware-a-3.4.0/drivers/st/regulator/
Dregulator_core.c85 int supply_phandle = -FDT_ERR_NOTFOUND; in get_supply_phandle() local
93 supply_phandle = fdt32_to_cpu(*cuint); in get_supply_phandle()
94 VERBOSE("%s: supplied by %d\n", name, supply_phandle); in get_supply_phandle()
97 return supply_phandle; in get_supply_phandle()