Home
last modified time | relevance | path

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

/optee_os/core/drivers/regulator/
H A Dregulator.c354 static struct regulator *find_next_regulator(struct regulator *parent, in find_next_regulator() function
373 return !find_next_regulator(regulator->supply, regulator); in regulator_is_supply_last_supplied()
478 next = find_next_regulator(parent, regulator); in print_tree()