Home
last modified time | relevance | path

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

/openbmc/linux/drivers/regulator/
H A Dinternal.h69 struct regulator_dev *of_find_regulator_by_node(struct device_node *np);
84 of_find_regulator_by_node(struct device_node *np) in of_find_regulator_by_node() function
H A Dof_regulator.c556 struct regulator_dev *of_find_regulator_by_node(struct device_node *np) in of_find_regulator_by_node() function
710 c_rdev = of_find_regulator_by_node(c_node); in of_parse_coupled_regulator()
H A Dcore.c2020 r = of_find_regulator_by_node(node); in regulator_dev_lookup()