Lines Matching refs:lock
20 k_spinlock_key_t key = k_spin_lock(&devdata->lock); in intel_adsp_ipc_set_message_handler()
24 k_spin_unlock(&devdata->lock, key); in intel_adsp_ipc_set_message_handler()
31 k_spinlock_key_t key = k_spin_lock(&devdata->lock); in intel_adsp_ipc_set_done_handler()
35 k_spin_unlock(&devdata->lock, key); in intel_adsp_ipc_set_done_handler()
45 k_spinlock_key_t key = k_spin_lock(&devdata->lock); in z_intel_adsp_ipc_isr()
85 k_spin_unlock(&devdata->lock, key); in z_intel_adsp_ipc_isr()
92 k_spin_unlock(&devdata->lock, key); in z_intel_adsp_ipc_isr()
156 k_spinlock_key_t key = k_spin_lock(&devdata->lock); in intel_adsp_ipc_send_message()
159 k_spin_unlock(&devdata->lock, key); in intel_adsp_ipc_send_message()
169 k_spin_unlock(&devdata->lock, key); in intel_adsp_ipc_send_message()
244 k_spinlock_key_t key = k_spin_lock(&devdata->lock); in intel_adsp_ipc_set_resume_handler()
249 k_spin_unlock(&devdata->lock, key); in intel_adsp_ipc_set_resume_handler()
258 k_spinlock_key_t key = k_spin_lock(&devdata->lock); in intel_adsp_ipc_set_suspend_handler()
263 k_spin_unlock(&devdata->lock, key); in intel_adsp_ipc_set_suspend_handler()