Home
last modified time | relevance | path

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

12

/Zephyr-latest/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-latest/drivers/power_domain/
Dpower_domain_intel_adsp.c73 pm_device_children_action_run(dev, PM_DEVICE_ACTION_TURN_OFF, NULL); in pd_intel_adsp_pm_action()
78 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()
Dpower_domain_nxp_scu.c40 case PM_DEVICE_ACTION_TURN_OFF: in scu_pd_pm_action()
/Zephyr-latest/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-latest/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-latest/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-latest/drivers/sensor/amd_sb_tsi/
Dsb_tsi.c112 case PM_DEVICE_ACTION_TURN_OFF: in sb_tsi_pm_action()
/Zephyr-latest/drivers/dai/intel/hda/
Dhda.c118 case PM_DEVICE_ACTION_TURN_OFF: in hda_pm_action()
/Zephyr-latest/drivers/sensor/f75303/
Df75303.c179 case PM_DEVICE_ACTION_TURN_OFF: in f75303_pm_action()
/Zephyr-latest/drivers/led/
Dlp5569.c170 case PM_DEVICE_ACTION_TURN_OFF: in lp5569_pm_action()
/Zephyr-latest/drivers/sensor/voltage_divider/
Dvoltage.c128 case PM_DEVICE_ACTION_TURN_OFF: in pm_action()
/Zephyr-latest/drivers/sensor/ntc_thermistor/
Dntc_thermistor.c130 case PM_DEVICE_ACTION_TURN_OFF: in ntc_thermistor_pm_action()
/Zephyr-latest/drivers/sensor/ti/ina219/
Dina219.c229 case PM_DEVICE_ACTION_TURN_OFF: in ina219_pm_action()
/Zephyr-latest/drivers/sensor/ti/lm95234/
Dlm95234.c298 case PM_DEVICE_ACTION_TURN_OFF: in lm95234_pm_action()
/Zephyr-latest/include/zephyr/pm/
Ddevice.h100 PM_DEVICE_ACTION_TURN_OFF, enumerator
/Zephyr-latest/drivers/sensor/lm75/
Dlm75.c392 case PM_DEVICE_ACTION_TURN_OFF: in lm75_pm_action()
/Zephyr-latest/drivers/serial/
Duart_mcux.c359 case PM_DEVICE_ACTION_TURN_OFF: in uart_mcux_pm_action()
/Zephyr-latest/drivers/dma/
Ddma_intel_adsp_gpdma.c457 case PM_DEVICE_ACTION_TURN_OFF: in gpdma_pm_action()
Ddma_intel_adsp_hda.c393 case PM_DEVICE_ACTION_TURN_OFF: in intel_adsp_hda_dma_pm_action()
/Zephyr-latest/drivers/haptics/
Ddrv2605.c425 case PM_DEVICE_ACTION_TURN_OFF: in drv2605_pm_action()
/Zephyr-latest/drivers/sensor/bosch/bme680/
Dbme680.c456 case PM_DEVICE_ACTION_TURN_OFF: in bme680_pm_control()
/Zephyr-latest/drivers/sensor/bosch/bmm150/
Dbmm150.c668 case PM_DEVICE_ACTION_TURN_OFF: in pm_action()

12