Home
last modified time | relevance | path

Searched refs:pm_device_children_action_run (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/drivers/power_domain/
Dpower_domain_intel_adsp.c68 pm_device_children_action_run(dev, PM_DEVICE_ACTION_TURN_ON, NULL); in pd_intel_adsp_pm_action()
73 pm_device_children_action_run(dev, PM_DEVICE_ACTION_TURN_OFF, NULL); in pd_intel_adsp_pm_action()
Dpower_domain_gpio_monitor.c71 pm_device_children_action_run(data->dev, PM_DEVICE_ACTION_TURN_ON, NULL); in pd_gpio_monitor_callback()
/Zephyr-latest/tests/subsys/pm/power_domain/src/
Dmain.c32 pm_device_children_action_run(dev, PM_DEVICE_ACTION_TURN_ON, NULL); in domain_pm_action()
35 pm_device_children_action_run(dev, PM_DEVICE_ACTION_TURN_OFF, NULL); in domain_pm_action()
/Zephyr-latest/doc/services/pm/
Dpower_domain.rst102 pm_device_children_action_run(dev, PM_DEVICE_ACTION_TURN_ON, NULL);
106 pm_device_children_action_run(dev, PM_DEVICE_ACTION_TURN_OFF, NULL);
/Zephyr-latest/include/zephyr/pm/
Ddevice.h440 void pm_device_children_action_run(const struct device *dev,
/Zephyr-latest/subsys/pm/
Ddevice.c195 void pm_device_children_action_run(const struct device *dev, in pm_device_children_action_run() function