Home
last modified time | relevance | path

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

/Zephyr-latest/tests/subsys/pm/power_mgmt/boards/
Dnative_sim.overlay30 device_c: device_c {
/Zephyr-latest/tests/subsys/pm/power_mgmt/src/
Dmain.c37 static const struct device *const device_c = variable
98 (void)pm_device_state_get(device_c, &state_c); in device_b_pm_action()
188 pm_device_state_get(device_c, &device_power_state); in pm_state_set()
206 pm_device_state_get(device_c, &device_power_state); in pm_state_set()
419 zassert_true(device_is_ready(device_c), "device c not ready"); in ZTEST()