Searched refs:PM_DEVICE_ACTION_TURN_ON (Results 1 – 25 of 30) sorted by relevance
12
/Zephyr-latest/drivers/power_domain/ |
D | power_domain_intel_adsp.c | 68 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()
|
D | power_domain_gpio.c | 78 context.action = PM_DEVICE_ACTION_TURN_ON; in pd_gpio_pm_action() 95 case PM_DEVICE_ACTION_TURN_ON: in pd_gpio_pm_action()
|
D | power_domain_gpio_monitor.c | 71 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()
|
D | power_domain_nxp_scu.c | 39 case PM_DEVICE_ACTION_TURN_ON: in scu_pd_pm_action()
|
/Zephyr-latest/tests/subsys/pm/power_domain/src/ |
D | main.c | 32 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/ |
D | device.c | 19 [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/ |
D | power_domain.rst | 21 :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:
|
D | device.rst | 184 OFF -> SUSPENDED ["label"="PM_DEVICE_ACTION_TURN_ON"]; 231 case PM_DEVICE_ACTION_TURN_ON:
|
/Zephyr-latest/drivers/sensor/amd_sb_tsi/ |
D | sb_tsi.c | 110 case PM_DEVICE_ACTION_TURN_ON: in sb_tsi_pm_action()
|
/Zephyr-latest/include/zephyr/pm/ |
D | device.h | 106 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/ |
D | hda.c | 119 case PM_DEVICE_ACTION_TURN_ON: in hda_pm_action()
|
/Zephyr-latest/drivers/sensor/f75303/ |
D | f75303.c | 177 case PM_DEVICE_ACTION_TURN_ON: in f75303_pm_action()
|
/Zephyr-latest/drivers/led/ |
D | lp5569.c | 162 case PM_DEVICE_ACTION_TURN_ON: in lp5569_pm_action()
|
/Zephyr-latest/drivers/sensor/voltage_divider/ |
D | voltage.c | 107 case PM_DEVICE_ACTION_TURN_ON: in pm_action()
|
/Zephyr-latest/drivers/sensor/ntc_thermistor/ |
D | ntc_thermistor.c | 128 case PM_DEVICE_ACTION_TURN_ON: in ntc_thermistor_pm_action()
|
/Zephyr-latest/drivers/sensor/ti/lm95234/ |
D | lm95234.c | 296 case PM_DEVICE_ACTION_TURN_ON: in lm95234_pm_action()
|
/Zephyr-latest/drivers/sensor/lm75/ |
D | lm75.c | 390 case PM_DEVICE_ACTION_TURN_ON: in lm75_pm_action()
|
/Zephyr-latest/drivers/serial/ |
D | uart_mcux.c | 361 case PM_DEVICE_ACTION_TURN_ON: in uart_mcux_pm_action()
|
/Zephyr-latest/drivers/dma/ |
D | dma_intel_adsp_gpdma.c | 456 case PM_DEVICE_ACTION_TURN_ON: in gpdma_pm_action()
|
D | dma_intel_adsp_hda.c | 392 case PM_DEVICE_ACTION_TURN_ON: in intel_adsp_hda_dma_pm_action()
|
/Zephyr-latest/drivers/haptics/ |
D | drv2605.c | 431 case PM_DEVICE_ACTION_TURN_ON: in drv2605_pm_action()
|
/Zephyr-latest/drivers/sensor/bosch/bme680/ |
D | bme680.c | 458 case PM_DEVICE_ACTION_TURN_ON: in bme680_pm_control()
|
/Zephyr-latest/drivers/sensor/bosch/bmm150/ |
D | bmm150.c | 631 case PM_DEVICE_ACTION_TURN_ON: in pm_action()
|
/Zephyr-latest/drivers/gnss/ |
D | gnss_quectel_lcx6g.c | 289 case PM_DEVICE_ACTION_TURN_ON: in quectel_lcx6g_pm_action()
|
/Zephyr-latest/drivers/dai/nxp/sai/ |
D | sai.c | 868 case PM_DEVICE_ACTION_TURN_ON: in sai_pm_action()
|
12