Home
last modified time | relevance | path

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

/Linux-v5.4/Documentation/devicetree/bindings/power/
Dpower-controller.txt10 "of_device_is_system_power_controller" from of.h .
/Linux-v5.4/drivers/mfd/
Drn5t618.c124 if (of_device_is_system_power_controller(i2c->dev.of_node)) { in rn5t618_i2c_probe()
Dmax77620.c568 pm_off = of_device_is_system_power_controller(client->dev.of_node); in max77620_probe()
/Linux-v5.4/drivers/rtc/
Drtc-jz4740.c373 if (np && of_device_is_system_power_controller(np)) { in jz4740_rtc_probe()
Drtc-omap.c744 of_device_is_system_power_controller(pdev->dev.of_node); in omap_rtc_probe()
/Linux-v5.4/drivers/regulator/
Dact8865-regulator.c727 if (of_device_is_system_power_controller(dev->of_node)) { in act8865_pmic_probe()
/Linux-v5.4/include/linux/
Dof.h1419 static inline bool of_device_is_system_power_controller(const struct device_node *np) in of_device_is_system_power_controller() function