Home
last modified time | relevance | path

Searched refs:device_e (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/tests/subsys/pm/power_mgmt/src/
Dmain.c45 static const struct device *const device_e = variable
480 pm_device_busy_set(device_e); in ZTEST()
483 zassert_false(pm_device_is_busy(device_e)); in ZTEST()
489 pm_device_busy_clear(device_e); in ZTEST()
494 zassert_equal(pm_device_state_get(device_e, NULL), -ENOSYS); in ZTEST()
497 zassert_equal(pm_device_action_run(device_e, PM_DEVICE_ACTION_SUSPEND), -ENOSYS); in ZTEST()
500 zassert_true(pm_device_is_powered(device_e)); in ZTEST()
503 zassert_false(pm_device_wakeup_enable(device_e, true)); in ZTEST()
504 zassert_false(pm_device_wakeup_is_enabled(device_e)); in ZTEST()
/Zephyr-latest/tests/subsys/pm/power_mgmt/boards/
Dnative_sim.overlay38 device_e: device_e {