Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/regulator/
Dinternal.h60 struct regulator_dev *of_find_regulator_by_node(struct device_node *np);
75 of_find_regulator_by_node(struct device_node *np) in of_find_regulator_by_node() function
Dof_regulator.c432 struct regulator_dev *of_find_regulator_by_node(struct device_node *np) in of_find_regulator_by_node() function
581 c_rdev = of_find_regulator_by_node(c_node); in of_parse_coupled_regulator()
Dcore.c1527 r = of_find_regulator_by_node(node); in regulator_dev_lookup()