Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/mfd/
Dacer-ec-a500.c158 if (of_device_is_system_power_controller(client->dev.of_node)) { in a500_ec_probe()
174 if (of_device_is_system_power_controller(client->dev.of_node)) { in a500_ec_remove()
Dntxec.c202 if (of_device_is_system_power_controller(ec->dev->of_node)) { in ntxec_probe()
Drn5t618.c224 if (of_device_is_system_power_controller(i2c->dev.of_node)) { in rn5t618_i2c_probe()
Dmax77620.c569 pm_off = of_device_is_system_power_controller(client->dev.of_node); in max77620_probe()
/Linux-v6.6/Documentation/devicetree/bindings/power/
Dpower-controller.txt10 "of_device_is_system_power_controller" from of.h .
/Linux-v6.6/drivers/watchdog/
Dbcm2835_wdt.c208 if (of_device_is_system_power_controller(pdev->dev.parent->of_node)) { in bcm2835_wdt_probe()
/Linux-v6.6/drivers/rtc/
Drtc-jz4740.c399 if (of_device_is_system_power_controller(np)) { in jz4740_rtc_probe()
Drtc-omap.c743 of_device_is_system_power_controller(pdev->dev.of_node); in omap_rtc_probe()
/Linux-v6.6/drivers/regulator/
Dact8865-regulator.c727 if (of_device_is_system_power_controller(dev->of_node)) { in act8865_pmic_probe()
/Linux-v6.6/include/linux/
Dof.h1632 static inline bool of_device_is_system_power_controller(const struct device_node *np) in of_device_is_system_power_controller() function