Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/pm/
Ddevice_runtime.c16 #define PM_DOMAIN(_pm) \ macro
19 #define PM_DOMAIN(_pm) NULL macro
126 (void)pm_device_runtime_put(PM_DOMAIN(&pm->base)); in runtime_suspend_work()
140 const struct device *domain = PM_DOMAIN(&pm->base); in get_sync_locked()
209 const struct device *domain = PM_DOMAIN(&pm->base); in pm_device_runtime_get()
301 const struct device *domain = PM_DOMAIN(&pm->base); in put_sync_locked()
341 ret = pm_device_runtime_put(PM_DOMAIN(dev->pm_base)); in pm_device_runtime_put()