Searched refs:PM_DEVICE_ACTION_TURN_ON (Results 1 – 18 of 18) sorted by relevance
/Zephyr-Core-3.5.0/drivers/power_domain/ |
D | power_domain_intel_adsp.c | 50 pm_device_children_action_run(dev, PM_DEVICE_ACTION_TURN_ON, NULL); in pd_intel_adsp_pm_action() 58 case PM_DEVICE_ACTION_TURN_ON: in pd_intel_adsp_pm_action()
|
D | power_domain_gpio.c | 78 context.action = PM_DEVICE_ACTION_TURN_ON; in pd_gpio_pm_action() 95 case PM_DEVICE_ACTION_TURN_ON: in pd_gpio_pm_action()
|
/Zephyr-Core-3.5.0/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() 37 case PM_DEVICE_ACTION_TURN_ON: in domain_pm_action() 55 if (pm_action == PM_DEVICE_ACTION_TURN_ON) { in deva_pm_action() 79 if (pm_action == PM_DEVICE_ACTION_TURN_ON) { in devb_pm_action()
|
/Zephyr-Core-3.5.0/doc/services/pm/ |
D | power_domain.rst | 21 :c:enumerator:`PM_DEVICE_ACTION_TURN_ON` or 45 domain -> devB [label="action_cb(PM_DEVICE_ACTION_TURN_ON)"] 46 domain:sw -> devA:sw [label="action_cb(PM_DEVICE_ACTION_TURN_ON)"] 102 pm_device_children_action_run(dev, PM_DEVICE_ACTION_TURN_ON, NULL); 110 case PM_DEVICE_ACTION_TURN_ON: 162 case PM_DEVICE_ACTION_TURN_ON:
|
D | device.rst | 113 OFF -> SUSPENDED ["label"="PM_DEVICE_ACTION_TURN_ON"]; 160 case PM_DEVICE_ACTION_TURN_ON:
|
/Zephyr-Core-3.5.0/subsys/pm/ |
D | device.c | 19 [PM_DEVICE_ACTION_TURN_ON] = PM_DEVICE_STATE_SUSPENDED, 25 [PM_DEVICE_ACTION_TURN_ON] = PM_DEVICE_STATE_OFF, 78 case PM_DEVICE_ACTION_TURN_ON: in pm_device_action_run() 400 rc = action_cb(dev, PM_DEVICE_ACTION_TURN_ON); in pm_device_driver_init()
|
/Zephyr-Core-3.5.0/include/zephyr/pm/ |
D | device.h | 96 PM_DEVICE_ACTION_TURN_ON, enumerator 696 rc = action_cb(dev, PM_DEVICE_ACTION_TURN_ON); in pm_device_driver_init()
|
/Zephyr-Core-3.5.0/drivers/led/ |
D | lp5569.c | 125 case PM_DEVICE_ACTION_TURN_ON: in lp5569_pm_action()
|
/Zephyr-Core-3.5.0/drivers/sensor/lm75/ |
D | lm75.c | 138 case PM_DEVICE_ACTION_TURN_ON: in lm75_pm_action()
|
/Zephyr-Core-3.5.0/drivers/sensor/f75303/ |
D | f75303.c | 177 case PM_DEVICE_ACTION_TURN_ON: in f75303_pm_action()
|
/Zephyr-Core-3.5.0/drivers/sensor/ntc_thermistor/ |
D | ntc_thermistor.c | 120 case PM_DEVICE_ACTION_TURN_ON: in ntc_thermistor_pm_action()
|
/Zephyr-Core-3.5.0/drivers/serial/ |
D | uart_mcux.c | 359 case PM_DEVICE_ACTION_TURN_ON: in uart_mcux_pm_action()
|
/Zephyr-Core-3.5.0/drivers/dma/ |
D | dma_intel_adsp_gpdma.c | 474 case PM_DEVICE_ACTION_TURN_ON: in gpdma_pm_action()
|
D | dma_intel_adsp_hda.c | 413 case PM_DEVICE_ACTION_TURN_ON: in intel_adsp_hda_dma_pm_action()
|
/Zephyr-Core-3.5.0/drivers/dai/intel/dmic/ |
D | dmic.c | 862 case PM_DEVICE_ACTION_TURN_ON: in dmic_pm_action()
|
/Zephyr-Core-3.5.0/drivers/flash/ |
D | spi_nor.c | 1330 case PM_DEVICE_ACTION_TURN_ON: in spi_nor_pm_control()
|
/Zephyr-Core-3.5.0/drivers/dai/intel/ssp/ |
D | ssp.c | 2194 case PM_DEVICE_ACTION_TURN_ON: in ssp_pm_action()
|
/Zephyr-Core-3.5.0/doc/releases/ |
D | release-notes-3.0.rst | 786 * Added a new action :c:enum:`PM_DEVICE_ACTION_TURN_ON`. This action
|