Home
last modified time | relevance | path

Searched refs:pm_device_runtime_disable (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/include/zephyr/pm/
Ddevice_runtime.h72 int pm_device_runtime_disable(const struct device *dev);
186 static inline int pm_device_runtime_disable(const struct device *dev)
/Zephyr-latest/tests/subsys/pm/device_runtime_api/src/
Dmain.c73 ret = pm_device_runtime_disable(test_dev); in test_api_teardown()
259 ret = pm_device_runtime_disable(test_dev); in ZTEST()
273 zassert_equal(pm_device_runtime_disable(dev), -ENOTSUP, ""); in ZTEST()
/Zephyr-latest/tests/subsys/pm/power_mgmt/src/
Dmain.c361 ret = pm_device_runtime_disable(device_dummy); in ZTEST()
/Zephyr-latest/subsys/tracing/sysview/
DSYSVIEW_Zephyr.txt170 161 pm_device_runtime_disable dev=%I | Returns %u
/Zephyr-latest/subsys/pm/
Ddevice_runtime.c490 int pm_device_runtime_disable(const struct device *dev) in pm_device_runtime_disable() function