Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/devicetree/bindings/power/
Dpower-controller.txt10 "of_device_is_system_power_controller" from of.h .
/Linux-v4.19/drivers/mfd/
Drn5t618.c130 if (of_device_is_system_power_controller(i2c->dev.of_node)) { in rn5t618_i2c_probe()
/Linux-v4.19/drivers/rtc/
Drtc-jz4740.c376 if (np && of_device_is_system_power_controller(np)) { in jz4740_rtc_probe()
/Linux-v4.19/drivers/regulator/
Dact8865-regulator.c564 if (of_device_is_system_power_controller(dev->of_node)) { in act8865_pmic_probe()
/Linux-v4.19/include/linux/
Dof.h1384 static inline bool of_device_is_system_power_controller(const struct device_node *np) in of_device_is_system_power_controller() function