Home
last modified time | relevance | path

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

/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 Drn5t618.c217 if (of_device_is_system_power_controller(i2c->dev.of_node)) { in rn5t618_i2c_probe()
H A Dtwl-core.c885 if (of_device_is_system_power_controller(node)) { in twl_probe()
H A Drohm-bd71828.c568 if (of_device_is_system_power_controller(i2c->dev.of_node) && in bd71828_i2c_probe()
H A Dmax77620.c569 pm_off = of_device_is_system_power_controller(client->dev.of_node); in max77620_probe()
H A Dtwl4030-power.c689 if (of_device_is_system_power_controller(node->parent)) in twl4030_power_use_poweroff()
/linux/Documentation/devicetree/bindings/power/
H A Dpower-controller.txt10 "of_device_is_system_power_controller" from of.h .
/linux/drivers/watchdog/
H A Dbcm2835_wdt.c209 if (of_device_is_system_power_controller(pdev->dev.parent->of_node)) { in bcm2835_wdt_probe()
/linux/drivers/rtc/
H A Drtc-s5m.c773 if (of_device_is_system_power_controller(pdev->dev.parent->of_node) && in s5m_rtc_probe()
H A Drtc-omap.c741 of_device_is_system_power_controller(pdev->dev.of_node); in omap_rtc_probe()
/linux/include/linux/
H A Dof.h1699 static inline bool of_device_is_system_power_controller(const struct device_node *np) in of_device_is_system_power_controller() function