Home
last modified time | relevance | path

Searched refs:PM_DEVICE_ACTION_TURN_OFF (Results 1 – 22 of 22) sorted by relevance

/Zephyr-Core-3.5.0/samples/sensor/fdc2x1x/src/
Dmain.c46 case PM_DEVICE_ACTION_TURN_OFF: in pm_info()
101 p_action = PM_DEVICE_ACTION_TURN_OFF; in main()
135 p_action = PM_DEVICE_ACTION_TURN_OFF; in main()
/Zephyr-Core-3.5.0/drivers/power_domain/
Dpower_domain_intel_adsp.c55 pm_device_children_action_run(dev, PM_DEVICE_ACTION_TURN_OFF, NULL); in pd_intel_adsp_pm_action()
60 case PM_DEVICE_ACTION_TURN_OFF: in pd_intel_adsp_pm_action()
Dpower_domain_gpio.c85 context.action = PM_DEVICE_ACTION_TURN_OFF; in pd_gpio_pm_action()
100 case PM_DEVICE_ACTION_TURN_OFF: in pd_gpio_pm_action()
/Zephyr-Core-3.5.0/tests/subsys/pm/power_domain/src/
Dmain.c35 pm_device_children_action_run(dev, PM_DEVICE_ACTION_TURN_OFF, NULL); in domain_pm_action()
39 case PM_DEVICE_ACTION_TURN_OFF: in domain_pm_action()
59 if (pm_action == PM_DEVICE_ACTION_TURN_OFF) { in deva_pm_action()
84 if (pm_action == PM_DEVICE_ACTION_TURN_OFF) { in devb_pm_action()
/Zephyr-Core-3.5.0/subsys/pm/
Ddevice.c18 [PM_DEVICE_ACTION_TURN_OFF] = PM_DEVICE_STATE_OFF,
24 [PM_DEVICE_ACTION_TURN_OFF] = PM_DEVICE_STATE_SUSPENDED,
84 case PM_DEVICE_ACTION_TURN_OFF: in pm_device_action_run()
95 if (action == PM_DEVICE_ACTION_TURN_OFF) { in pm_device_action_run()
/Zephyr-Core-3.5.0/doc/services/pm/
Dpower_domain.rst22 :c:enumerator:`PM_DEVICE_ACTION_TURN_OFF` respectively. This
106 pm_device_children_action_run(dev, PM_DEVICE_ACTION_TURN_OFF, NULL);
114 case PM_DEVICE_ACTION_TURN_OFF:
166 case PM_DEVICE_ACTION_TURN_OFF:
Ddevice.rst114 SUSPENDED -> OFF ["label"="PM_DEVICE_ACTION_TURN_OFF"];
115 ACTIVE -> OFF ["label"="PM_DEVICE_ACTION_TURN_OFF"];
167 case PM_DEVICE_ACTION_TURN_OFF:
/Zephyr-Core-3.5.0/drivers/led/
Dlp5569.c133 case PM_DEVICE_ACTION_TURN_OFF: in lp5569_pm_action()
/Zephyr-Core-3.5.0/drivers/sensor/lm75/
Dlm75.c140 case PM_DEVICE_ACTION_TURN_OFF: in lm75_pm_action()
/Zephyr-Core-3.5.0/drivers/sensor/f75303/
Df75303.c179 case PM_DEVICE_ACTION_TURN_OFF: in f75303_pm_action()
/Zephyr-Core-3.5.0/drivers/sensor/ntc_thermistor/
Dntc_thermistor.c122 case PM_DEVICE_ACTION_TURN_OFF: in ntc_thermistor_pm_action()
/Zephyr-Core-3.5.0/include/zephyr/pm/
Ddevice.h90 PM_DEVICE_ACTION_TURN_OFF, enumerator
/Zephyr-Core-3.5.0/drivers/sensor/ina219/
Dina219.c229 case PM_DEVICE_ACTION_TURN_OFF: in ina219_pm_action()
/Zephyr-Core-3.5.0/drivers/sensor/qdec_nrfx/
Dqdec_nrfx.c201 case PM_DEVICE_ACTION_TURN_OFF: in qdec_nrfx_pm_action()
/Zephyr-Core-3.5.0/drivers/serial/
Duart_mcux.c357 case PM_DEVICE_ACTION_TURN_OFF: in uart_mcux_pm_action()
/Zephyr-Core-3.5.0/drivers/dma/
Ddma_intel_adsp_gpdma.c475 case PM_DEVICE_ACTION_TURN_OFF: in gpdma_pm_action()
Ddma_intel_adsp_hda.c414 case PM_DEVICE_ACTION_TURN_OFF: in intel_adsp_hda_dma_pm_action()
/Zephyr-Core-3.5.0/drivers/sensor/bq274xx/
Dbq274xx.c756 case PM_DEVICE_ACTION_TURN_OFF: in bq274xx_pm_action()
/Zephyr-Core-3.5.0/drivers/sensor/fdc2x1x/
Dfdc2x1x.c518 case PM_DEVICE_ACTION_TURN_OFF: in fdc2x1x_device_pm_action()
/Zephyr-Core-3.5.0/drivers/dai/intel/dmic/
Ddmic.c861 case PM_DEVICE_ACTION_TURN_OFF: in dmic_pm_action()
/Zephyr-Core-3.5.0/drivers/flash/
Dspi_nor.c1334 case PM_DEVICE_ACTION_TURN_OFF: in spi_nor_pm_control()
/Zephyr-Core-3.5.0/drivers/dai/intel/ssp/
Dssp.c2193 case PM_DEVICE_ACTION_TURN_OFF: in ssp_pm_action()