Home
last modified time | relevance | path

Searched refs:of_device_is_system_power_controller (Results 1 – 8 of 8) 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 Dntxec.c202 if (of_device_is_system_power_controller(ec->dev->of_node)) { in ntxec_probe()
H A Drn5t618.c217 if (of_device_is_system_power_controller(i2c->dev.of_node)) { in rn5t618_i2c_probe()
/linux/Documentation/devicetree/bindings/power/
H A Dpower-controller.txt10 "of_device_is_system_power_controller" from of.h .
/linux/drivers/rtc/
H A Drtc-jz4740.c399 if (of_device_is_system_power_controller(np)) { in jz4740_rtc_probe()
H A Drtc-s5m.c768 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.h1785 static inline bool of_device_is_system_power_controller(const struct device_node *np) in of_device_is_system_power_controller() function