Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mfd/
H A 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()
H A Dntxec.c202 if (of_device_is_system_power_controller(ec->dev->of_node)) { in ntxec_probe()
H A Drn5t618.c224 if (of_device_is_system_power_controller(i2c->dev.of_node)) { in rn5t618_i2c_probe()
H A Dmax77620.c569 pm_off = of_device_is_system_power_controller(client->dev.of_node); in max77620_probe()
/openbmc/linux/Documentation/devicetree/bindings/power/
H A Dpower-controller.txt10 "of_device_is_system_power_controller" from of.h .
/openbmc/linux/drivers/watchdog/
H A Dbcm2835_wdt.c209 if (of_device_is_system_power_controller(pdev->dev.parent->of_node)) { in bcm2835_wdt_probe()
/openbmc/linux/drivers/rtc/
H A Drtc-jz4740.c399 if (of_device_is_system_power_controller(np)) { in jz4740_rtc_probe()
H A Drtc-omap.c743 of_device_is_system_power_controller(pdev->dev.of_node); in omap_rtc_probe()
/openbmc/linux/drivers/regulator/
H A Dact8865-regulator.c727 if (of_device_is_system_power_controller(dev->of_node)) { in act8865_pmic_probe()
/openbmc/linux/include/linux/
H A Dof.h1641 * of_device_is_system_power_controller - Tells if system-power-controller is found for device_node
1646 static inline bool of_device_is_system_power_controller(const struct device_node *np)
1647 static inline bool of_device_is_system_power_controller(const struct device_node *np) of_device_is_system_power_controller() function