Searched refs:pm_sync (Results 1 – 1 of 1) sorted by relevance
185 struct pm_device_isr *pm_sync = dev->pm_isr; in pm_device_runtime_get() local186 k_spinlock_key_t k = k_spin_lock(&pm_sync->lock); in pm_device_runtime_get()189 k_spin_unlock(&pm_sync->lock, k); in pm_device_runtime_get()327 struct pm_device_isr *pm_sync = dev->pm_isr; in pm_device_runtime_put() local328 k_spinlock_key_t k = k_spin_lock(&pm_sync->lock); in pm_device_runtime_put()332 k_spin_unlock(&pm_sync->lock, k); in pm_device_runtime_put()359 struct pm_device_isr *pm_sync = dev->pm_isr; in pm_device_runtime_put_async() local360 k_spinlock_key_t k = k_spin_lock(&pm_sync->lock); in pm_device_runtime_put_async()364 k_spin_unlock(&pm_sync->lock, k); in pm_device_runtime_put_async()