Home
last modified time | relevance | path

Searched refs:PM_DEVICE_STATE_OFF (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/tests/subsys/pm/device_power_domains/src/
Dmain.c59 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/
Dmain.c53 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/
Ddevice.c18 [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/
Ddevice.h86 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/
Dmain.c198 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/
Dfdc2x1x_trigger.c31 if (state == PM_DEVICE_STATE_OFF) { in fdc2x1x_thread_cb()
Dfdc2x1x.c492 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/
Dtest_dma_loop.c358 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/
Ddevice.rst175 OFF [label=PM_DEVICE_STATE_OFF];