Searched refs:PM_DEVICE_STATE_OFF (Results 1 – 9 of 9) sorted by relevance
/Zephyr-latest/tests/subsys/pm/device_power_domains/src/ |
D | main.c | 59 zassert_equal(PM_DEVICE_STATE_OFF, state, ""); in ZTEST() 80 zassert_equal(PM_DEVICE_STATE_OFF, state, ""); in ZTEST() 90 zassert_equal(PM_DEVICE_STATE_OFF, state, ""); in ZTEST() 103 zassert_equal(PM_DEVICE_STATE_OFF, state, ""); in ZTEST() 108 zassert_equal(PM_DEVICE_STATE_OFF, state, ""); in ZTEST() 112 zassert_equal(PM_DEVICE_STATE_OFF, state, ""); in ZTEST() 128 zassert_equal(PM_DEVICE_STATE_OFF, state, ""); in ZTEST()
|
/Zephyr-latest/tests/subsys/pm/device_driver_init/src/ |
D | main.c | 53 DEVICE_STATE_IS(DT_NODELABEL(test_reg_auto_chained), PM_DEVICE_STATE_OFF); in ZTEST() 54 DEVICE_STATE_IS(DT_NODELABEL(test_reg_auto_chained_auto), PM_DEVICE_STATE_OFF); in ZTEST()
|
/Zephyr-latest/subsys/pm/ |
D | device.c | 18 [PM_DEVICE_ACTION_TURN_OFF] = PM_DEVICE_STATE_OFF, 25 [PM_DEVICE_ACTION_TURN_ON] = PM_DEVICE_STATE_OFF, 35 case PM_DEVICE_STATE_OFF: in pm_device_state_str()
|
/Zephyr-latest/include/zephyr/pm/ |
D | device.h | 86 PM_DEVICE_STATE_OFF enumerator 492 pm->state = PM_DEVICE_STATE_OFF; in pm_device_init_off()
|
/Zephyr-latest/tests/subsys/pm/power_domain/src/ |
D | main.c | 198 zassert_equal(state, PM_DEVICE_STATE_OFF); in ZTEST() 201 zassert_equal(state, PM_DEVICE_STATE_OFF); in ZTEST()
|
/Zephyr-latest/drivers/sensor/ti/fdc2x1x/ |
D | fdc2x1x_trigger.c | 31 if (state == PM_DEVICE_STATE_OFF) { in fdc2x1x_thread_cb()
|
D | fdc2x1x.c | 492 if (curr_state == PM_DEVICE_STATE_OFF) { in fdc2x1x_device_pm_action() 506 if (curr_state == PM_DEVICE_STATE_OFF) { in fdc2x1x_device_pm_action()
|
/Zephyr-latest/tests/drivers/dma/loop_transfer/src/ |
D | test_dma_loop.c | 358 PM_DEVICE_STATE_OFF : PM_DEVICE_STATE_SUSPENDED; in test_loop_repeated_start_stop() 391 if (!check_dev_power_state(dma, PM_DEVICE_STATE_OFF)) { in test_loop_repeated_start_stop()
|
/Zephyr-latest/doc/services/pm/ |
D | device.rst | 175 OFF [label=PM_DEVICE_STATE_OFF];
|