Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/tests/subsys/pm/power_mgmt/boards/
Dnative_posix.overlay8 device_a: device_a {
/Zephyr-Core-3.4.0/tests/subsys/pm/power_mgmt/src/
Dmain.c34 static const struct device *const device_a = variable
83 (void)pm_device_state_get(device_a, &state_a); in device_b_pm_action()
172 pm_device_state_get(device_a, &device_power_state); in pm_state_set()
394 zassert_true(device_is_ready(device_a), "device a not ready"); in ZTEST()
434 pm_device_state_lock(device_a); in ZTEST()
435 zassert_true(pm_device_state_is_locked(device_a)); in ZTEST()
442 pm_device_state_unlock(device_a); in ZTEST()