Searched refs:pm_device_children_action_run (Results 1 – 6 of 6) sorted by relevance
| /Zephyr-latest/drivers/power_domain/ |
| D | power_domain_intel_adsp.c | 68 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()
|
| D | power_domain_gpio_monitor.c | 71 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/ |
| D | main.c | 32 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/ |
| D | power_domain.rst | 102 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/ |
| D | device.h | 440 void pm_device_children_action_run(const struct device *dev,
|
| /Zephyr-latest/subsys/pm/ |
| D | device.c | 195 void pm_device_children_action_run(const struct device *dev, in pm_device_children_action_run() function
|