Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/dai/intel/alh/
Dalh.c26 struct dai_alh_global_shared dai_alh_global; variable
167 key = k_spin_lock(&dai_alh_global.lock); in dai_alh_probe()
169 if (dai_alh_global.sref == 0) { in dai_alh_probe()
173 dai_alh_global.sref++; in dai_alh_probe()
175 k_spin_unlock(&dai_alh_global.lock, key); in dai_alh_probe()
186 key = k_spin_lock(&dai_alh_global.lock); in dai_alh_remove()
188 if (--dai_alh_global.sref == 0) { in dai_alh_remove()
192 k_spin_unlock(&dai_alh_global.lock, key); in dai_alh_remove()