Home
last modified time | relevance | path

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

12

/Zephyr-Core-3.7.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.7.0/drivers/power_domain/
Dpower_domain_intel_adsp.c72 pm_device_children_action_run(dev, PM_DEVICE_ACTION_TURN_OFF, NULL); in pd_intel_adsp_pm_action()
77 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()
Dpower_domain_gpio_monitor.c66 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.7.0/subsys/pm/
Ddevice.c18 [PM_DEVICE_ACTION_TURN_OFF] = PM_DEVICE_STATE_OFF,
24 [PM_DEVICE_ACTION_TURN_OFF] = PM_DEVICE_STATE_SUSPENDED,
80 case PM_DEVICE_ACTION_TURN_OFF: in pm_device_action_run()
91 if (action == PM_DEVICE_ACTION_TURN_OFF) { in pm_device_action_run()
/Zephyr-Core-3.7.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.7.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.rst185 SUSPENDED -> OFF ["label"="PM_DEVICE_ACTION_TURN_OFF"];
186 ACTIVE -> OFF ["label"="PM_DEVICE_ACTION_TURN_OFF"];
238 case PM_DEVICE_ACTION_TURN_OFF:
/Zephyr-Core-3.7.0/drivers/sensor/amd_sb_tsi/
Dsb_tsi.c112 case PM_DEVICE_ACTION_TURN_OFF: in sb_tsi_pm_action()
/Zephyr-Core-3.7.0/drivers/led/
Dlp5569.c133 case PM_DEVICE_ACTION_TURN_OFF: in lp5569_pm_action()
/Zephyr-Core-3.7.0/drivers/sensor/f75303/
Df75303.c179 case PM_DEVICE_ACTION_TURN_OFF: in f75303_pm_action()
/Zephyr-Core-3.7.0/drivers/sensor/ntc_thermistor/
Dntc_thermistor.c122 case PM_DEVICE_ACTION_TURN_OFF: in ntc_thermistor_pm_action()
/Zephyr-Core-3.7.0/drivers/sensor/ti/ina219/
Dina219.c229 case PM_DEVICE_ACTION_TURN_OFF: in ina219_pm_action()
/Zephyr-Core-3.7.0/drivers/sensor/ti/lm95234/
Dlm95234.c296 case PM_DEVICE_ACTION_TURN_OFF: in lm95234_pm_action()
/Zephyr-Core-3.7.0/include/zephyr/pm/
Ddevice.h100 PM_DEVICE_ACTION_TURN_OFF, enumerator
/Zephyr-Core-3.7.0/drivers/sensor/nordic/qdec_nrfx/
Dqdec_nrfx.c194 case PM_DEVICE_ACTION_TURN_OFF: in qdec_nrfx_pm_action()
/Zephyr-Core-3.7.0/drivers/sensor/lm75/
Dlm75.c392 case PM_DEVICE_ACTION_TURN_OFF: in lm75_pm_action()
/Zephyr-Core-3.7.0/drivers/serial/
Duart_mcux.c359 case PM_DEVICE_ACTION_TURN_OFF: in uart_mcux_pm_action()
/Zephyr-Core-3.7.0/drivers/dma/
Ddma_intel_adsp_gpdma.c472 case PM_DEVICE_ACTION_TURN_OFF: in gpdma_pm_action()
Ddma_intel_adsp_hda.c424 case PM_DEVICE_ACTION_TURN_OFF: in intel_adsp_hda_dma_pm_action()
/Zephyr-Core-3.7.0/drivers/sensor/ti/bq274xx/
Dbq274xx.c829 case PM_DEVICE_ACTION_TURN_OFF: in bq274xx_pm_action()
/Zephyr-Core-3.7.0/drivers/sensor/ti/fdc2x1x/
Dfdc2x1x.c518 case PM_DEVICE_ACTION_TURN_OFF: in fdc2x1x_device_pm_action()
/Zephyr-Core-3.7.0/drivers/gnss/
Dgnss_quectel_lcx6g.c294 case PM_DEVICE_ACTION_TURN_OFF: in quectel_lcx6g_pm_action()
/Zephyr-Core-3.7.0/drivers/dai/intel/dmic/
Ddmic.c854 case PM_DEVICE_ACTION_TURN_OFF: in dmic_pm_action()
/Zephyr-Core-3.7.0/drivers/flash/
Dspi_nor.c1472 case PM_DEVICE_ACTION_TURN_OFF: in spi_nor_pm_control()

12