Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/power/io-domain/
H A Drockchip-io-domain.c579 static struct udevice *of_get_regulator(ofnode node, const char *supply) in of_get_regulator() function
632 reg = of_get_regulator(dev_ofnode(dev), supply_name); in rockchip_iodomain_probe()
/OK3568_Linux_fs/kernel/drivers/soc/rockchip/
H A Dio-domain.c671 static struct device_node *of_get_regulator(struct device *dev, const char *supply) in of_get_regulator() function
702 node = of_get_regulator(dev, name); in rockchip_iodomain_dump()
/OK3568_Linux_fs/kernel/drivers/regulator/
H A Dcore.c413 static struct device_node *of_get_regulator(struct device *dev, const char *supply) in of_get_regulator() function
1781 node = of_get_regulator(dev, supply); in regulator_dev_lookup()