Home
last modified time | relevance | path

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

/Zephyr-latest/tests/subsys/pm/power_mgmt/boards/
Dnative_sim.overlay22 device_a: device_a {
/Zephyr-latest/tests/subsys/pm/power_mgmt/src/
Dmain.c35 static const struct device *const device_a = variable
97 (void)pm_device_state_get(device_a, &state_a); in device_b_pm_action()
184 pm_device_state_get(device_a, &device_power_state); in pm_state_set()
418 zassert_true(device_is_ready(device_a), "device a not ready"); in ZTEST()