Lines Matching refs:coeff_ram_lock
317 struct mutex *coeff_ram_lock; in coeff_ram_get() local
321 coeff_ram_lock = &tscs454->dac_ram.lock; in coeff_ram_get()
324 coeff_ram_lock = &tscs454->spk_ram.lock; in coeff_ram_get()
327 coeff_ram_lock = &tscs454->sub_ram.lock; in coeff_ram_get()
332 mutex_lock(coeff_ram_lock); in coeff_ram_get()
337 mutex_unlock(coeff_ram_lock); in coeff_ram_get()
399 struct mutex *coeff_ram_lock; in coeff_ram_put() local
409 coeff_ram_lock = &tscs454->dac_ram.lock; in coeff_ram_put()
416 coeff_ram_lock = &tscs454->spk_ram.lock; in coeff_ram_put()
423 coeff_ram_lock = &tscs454->sub_ram.lock; in coeff_ram_put()
432 mutex_lock(coeff_ram_lock); in coeff_ram_put()
459 mutex_unlock(coeff_ram_lock); in coeff_ram_put()