Home
last modified time | relevance | path

Searched refs:PM_DEVICE_ACTION_TURN_ON (Results 1 – 18 of 18) sorted by relevance

/Zephyr-Core-3.5.0/drivers/power_domain/
Dpower_domain_intel_adsp.c50 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()
Dpower_domain_gpio.c78 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/
Dmain.c32 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/
Dpower_domain.rst21 :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:
Ddevice.rst113 OFF -> SUSPENDED ["label"="PM_DEVICE_ACTION_TURN_ON"];
160 case PM_DEVICE_ACTION_TURN_ON:
/Zephyr-Core-3.5.0/subsys/pm/
Ddevice.c19 [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/
Ddevice.h96 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/
Dlp5569.c125 case PM_DEVICE_ACTION_TURN_ON: in lp5569_pm_action()
/Zephyr-Core-3.5.0/drivers/sensor/lm75/
Dlm75.c138 case PM_DEVICE_ACTION_TURN_ON: in lm75_pm_action()
/Zephyr-Core-3.5.0/drivers/sensor/f75303/
Df75303.c177 case PM_DEVICE_ACTION_TURN_ON: in f75303_pm_action()
/Zephyr-Core-3.5.0/drivers/sensor/ntc_thermistor/
Dntc_thermistor.c120 case PM_DEVICE_ACTION_TURN_ON: in ntc_thermistor_pm_action()
/Zephyr-Core-3.5.0/drivers/serial/
Duart_mcux.c359 case PM_DEVICE_ACTION_TURN_ON: in uart_mcux_pm_action()
/Zephyr-Core-3.5.0/drivers/dma/
Ddma_intel_adsp_gpdma.c474 case PM_DEVICE_ACTION_TURN_ON: in gpdma_pm_action()
Ddma_intel_adsp_hda.c413 case PM_DEVICE_ACTION_TURN_ON: in intel_adsp_hda_dma_pm_action()
/Zephyr-Core-3.5.0/drivers/dai/intel/dmic/
Ddmic.c862 case PM_DEVICE_ACTION_TURN_ON: in dmic_pm_action()
/Zephyr-Core-3.5.0/drivers/flash/
Dspi_nor.c1330 case PM_DEVICE_ACTION_TURN_ON: in spi_nor_pm_control()
/Zephyr-Core-3.5.0/drivers/dai/intel/ssp/
Dssp.c2194 case PM_DEVICE_ACTION_TURN_ON: in ssp_pm_action()
/Zephyr-Core-3.5.0/doc/releases/
Drelease-notes-3.0.rst786 * Added a new action :c:enum:`PM_DEVICE_ACTION_TURN_ON`. This action