Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/pm/
Ddevice_runtime.c46 static int runtime_suspend(const struct device *dev, bool async, in runtime_suspend() function
334 ret = runtime_suspend(dev, false, K_NO_WAIT); in pm_device_runtime_put()
366 ret = runtime_suspend(dev, true, delay); in pm_device_runtime_put_async()