Home
last modified time | relevance | path

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

12

/Zephyr-latest/drivers/power_domain/
Dpower_domain_intel_adsp.c68 pm_device_children_action_run(dev, PM_DEVICE_ACTION_TURN_ON, NULL); in pd_intel_adsp_pm_action()
76 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()
Dpower_domain_gpio_monitor.c71 pm_device_children_action_run(data->dev, PM_DEVICE_ACTION_TURN_ON, NULL); in pd_gpio_monitor_callback()
79 case PM_DEVICE_ACTION_TURN_ON: in pd_gpio_monitor_pm_action()
Dpower_domain_nxp_scu.c39 case PM_DEVICE_ACTION_TURN_ON: in scu_pd_pm_action()
/Zephyr-latest/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-latest/subsys/pm/
Ddevice.c19 [PM_DEVICE_ACTION_TURN_ON] = PM_DEVICE_STATE_SUSPENDED,
25 [PM_DEVICE_ACTION_TURN_ON] = PM_DEVICE_STATE_OFF,
74 case PM_DEVICE_ACTION_TURN_ON: in pm_device_action_run()
372 rc = action_cb(dev, PM_DEVICE_ACTION_TURN_ON); in pm_device_driver_init()
/Zephyr-latest/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.rst184 OFF -> SUSPENDED ["label"="PM_DEVICE_ACTION_TURN_ON"];
231 case PM_DEVICE_ACTION_TURN_ON:
/Zephyr-latest/drivers/sensor/amd_sb_tsi/
Dsb_tsi.c110 case PM_DEVICE_ACTION_TURN_ON: in sb_tsi_pm_action()
/Zephyr-latest/include/zephyr/pm/
Ddevice.h106 PM_DEVICE_ACTION_TURN_ON, enumerator
721 rc = action_cb(dev, PM_DEVICE_ACTION_TURN_ON); in pm_device_driver_init()
/Zephyr-latest/drivers/dai/intel/hda/
Dhda.c119 case PM_DEVICE_ACTION_TURN_ON: in hda_pm_action()
/Zephyr-latest/drivers/sensor/f75303/
Df75303.c177 case PM_DEVICE_ACTION_TURN_ON: in f75303_pm_action()
/Zephyr-latest/drivers/led/
Dlp5569.c162 case PM_DEVICE_ACTION_TURN_ON: in lp5569_pm_action()
/Zephyr-latest/drivers/sensor/voltage_divider/
Dvoltage.c107 case PM_DEVICE_ACTION_TURN_ON: in pm_action()
/Zephyr-latest/drivers/sensor/ntc_thermistor/
Dntc_thermistor.c128 case PM_DEVICE_ACTION_TURN_ON: in ntc_thermistor_pm_action()
/Zephyr-latest/drivers/sensor/ti/lm95234/
Dlm95234.c296 case PM_DEVICE_ACTION_TURN_ON: in lm95234_pm_action()
/Zephyr-latest/drivers/sensor/lm75/
Dlm75.c390 case PM_DEVICE_ACTION_TURN_ON: in lm75_pm_action()
/Zephyr-latest/drivers/serial/
Duart_mcux.c361 case PM_DEVICE_ACTION_TURN_ON: in uart_mcux_pm_action()
/Zephyr-latest/drivers/dma/
Ddma_intel_adsp_gpdma.c456 case PM_DEVICE_ACTION_TURN_ON: in gpdma_pm_action()
Ddma_intel_adsp_hda.c392 case PM_DEVICE_ACTION_TURN_ON: in intel_adsp_hda_dma_pm_action()
/Zephyr-latest/drivers/haptics/
Ddrv2605.c431 case PM_DEVICE_ACTION_TURN_ON: in drv2605_pm_action()
/Zephyr-latest/drivers/sensor/bosch/bme680/
Dbme680.c458 case PM_DEVICE_ACTION_TURN_ON: in bme680_pm_control()
/Zephyr-latest/drivers/sensor/bosch/bmm150/
Dbmm150.c631 case PM_DEVICE_ACTION_TURN_ON: in pm_action()
/Zephyr-latest/drivers/gnss/
Dgnss_quectel_lcx6g.c289 case PM_DEVICE_ACTION_TURN_ON: in quectel_lcx6g_pm_action()
/Zephyr-latest/drivers/dai/nxp/sai/
Dsai.c868 case PM_DEVICE_ACTION_TURN_ON: in sai_pm_action()

12