Home
last modified time | relevance | path

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

/Zephyr-latest/samples/subsys/pm/device_pm/src/
Ddummy_parent.c52 PM_DEVICE_DEFINE(dummy_parent, dummy_parent_pm_action);
54 DEVICE_DEFINE(dummy_parent, DUMMY_PARENT_NAME, &dummy_parent_init,
55 PM_DEVICE_GET(dummy_parent), NULL, NULL, POST_KERNEL,
/Zephyr-latest/tests/drivers/regulator/api/src/
Dmain.c37 static const struct device *const dummy_parent = DEVICE_GET(dummy_regulator_parent); variable
41 int ret = regulator_parent_dvs_state_set(dummy_parent, 0); in ZTEST()
72 int ret = regulator_parent_ship_mode(dummy_parent); in ZTEST()