/Zephyr-Core-3.6.0/samples/sensor/fdc2x1x/src/ |
D | main.c | 46 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.6.0/drivers/power_domain/ |
D | power_domain_intel_adsp.c | 71 pm_device_children_action_run(dev, PM_DEVICE_ACTION_TURN_OFF, NULL); in pd_intel_adsp_pm_action() 76 case PM_DEVICE_ACTION_TURN_OFF: in pd_intel_adsp_pm_action()
|
D | power_domain_gpio.c | 85 context.action = PM_DEVICE_ACTION_TURN_OFF; in pd_gpio_pm_action() 100 case PM_DEVICE_ACTION_TURN_OFF: in pd_gpio_pm_action()
|
D | power_domain_gpio_monitor.c | 66 context.action = PM_DEVICE_ACTION_TURN_OFF; in pd_gpio_monitor_callback() 80 case PM_DEVICE_ACTION_TURN_OFF: in pd_gpio_monitor_pm_action()
|
/Zephyr-Core-3.6.0/tests/subsys/pm/power_domain/src/ |
D | main.c | 35 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.6.0/subsys/pm/ |
D | device.c | 18 [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.6.0/doc/services/pm/ |
D | power_domain.rst | 22 :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:
|
D | device.rst | 114 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.6.0/drivers/sensor/amd_sb_tsi/ |
D | sb_tsi.c | 112 case PM_DEVICE_ACTION_TURN_OFF: in sb_tsi_pm_action()
|
/Zephyr-Core-3.6.0/drivers/led/ |
D | lp5569.c | 133 case PM_DEVICE_ACTION_TURN_OFF: in lp5569_pm_action()
|
/Zephyr-Core-3.6.0/drivers/sensor/lm75/ |
D | lm75.c | 140 case PM_DEVICE_ACTION_TURN_OFF: in lm75_pm_action()
|
/Zephyr-Core-3.6.0/drivers/sensor/f75303/ |
D | f75303.c | 179 case PM_DEVICE_ACTION_TURN_OFF: in f75303_pm_action()
|
/Zephyr-Core-3.6.0/drivers/sensor/ntc_thermistor/ |
D | ntc_thermistor.c | 122 case PM_DEVICE_ACTION_TURN_OFF: in ntc_thermistor_pm_action()
|
/Zephyr-Core-3.6.0/drivers/sensor/ina219/ |
D | ina219.c | 229 case PM_DEVICE_ACTION_TURN_OFF: in ina219_pm_action()
|
/Zephyr-Core-3.6.0/drivers/sensor/qdec_nrfx/ |
D | qdec_nrfx.c | 194 case PM_DEVICE_ACTION_TURN_OFF: in qdec_nrfx_pm_action()
|
/Zephyr-Core-3.6.0/include/zephyr/pm/ |
D | device.h | 102 PM_DEVICE_ACTION_TURN_OFF, enumerator
|
/Zephyr-Core-3.6.0/drivers/serial/ |
D | uart_mcux.c | 357 case PM_DEVICE_ACTION_TURN_OFF: in uart_mcux_pm_action()
|
/Zephyr-Core-3.6.0/drivers/dma/ |
D | dma_intel_adsp_gpdma.c | 477 case PM_DEVICE_ACTION_TURN_OFF: in gpdma_pm_action()
|
D | dma_intel_adsp_hda.c | 424 case PM_DEVICE_ACTION_TURN_OFF: in intel_adsp_hda_dma_pm_action()
|
/Zephyr-Core-3.6.0/drivers/sensor/bq274xx/ |
D | bq274xx.c | 829 case PM_DEVICE_ACTION_TURN_OFF: in bq274xx_pm_action()
|
/Zephyr-Core-3.6.0/drivers/sensor/fdc2x1x/ |
D | fdc2x1x.c | 518 case PM_DEVICE_ACTION_TURN_OFF: in fdc2x1x_device_pm_action()
|
/Zephyr-Core-3.6.0/drivers/gnss/ |
D | gnss_quectel_lcx6g.c | 289 case PM_DEVICE_ACTION_TURN_OFF: in quectel_lcx6g_pm_action()
|
/Zephyr-Core-3.6.0/drivers/dai/intel/dmic/ |
D | dmic.c | 861 case PM_DEVICE_ACTION_TURN_OFF: in dmic_pm_action()
|
/Zephyr-Core-3.6.0/drivers/flash/ |
D | spi_nor.c | 1392 case PM_DEVICE_ACTION_TURN_OFF: in spi_nor_pm_control()
|
/Zephyr-Core-3.6.0/drivers/dai/intel/ssp/ |
D | ssp.c | 2223 case PM_DEVICE_ACTION_TURN_OFF: in ssp_pm_action()
|