Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/soc/rockchip/
H A Dio-domain.c651 static struct device_node *of_get_child_regulator(struct device_node *parent, in of_get_child_regulator() function
661 regnode = of_get_child_regulator(child, prop_name); in of_get_child_regulator()
682 regnode = of_get_child_regulator(dev->of_node, prop_name); in of_get_regulator()
/OK3568_Linux_fs/kernel/drivers/regulator/
H A Dcore.c380 static struct device_node *of_get_child_regulator(struct device_node *parent, in of_get_child_regulator() function
390 regnode = of_get_child_regulator(child, prop_name); in of_get_child_regulator()
424 regnode = of_get_child_regulator(dev->of_node, prop_name); in of_get_regulator()