Lines Matching refs:coeff_ram_lock
318 struct mutex *coeff_ram_lock; in coeff_ram_get() local
322 coeff_ram_lock = &tscs454->dac_ram.lock; in coeff_ram_get()
325 coeff_ram_lock = &tscs454->spk_ram.lock; in coeff_ram_get()
328 coeff_ram_lock = &tscs454->sub_ram.lock; in coeff_ram_get()
333 mutex_lock(coeff_ram_lock); in coeff_ram_get()
338 mutex_unlock(coeff_ram_lock); in coeff_ram_get()
405 struct mutex *coeff_ram_lock; in coeff_ram_put() local
415 coeff_ram_lock = &tscs454->dac_ram.lock; in coeff_ram_put()
422 coeff_ram_lock = &tscs454->spk_ram.lock; in coeff_ram_put()
429 coeff_ram_lock = &tscs454->sub_ram.lock; in coeff_ram_put()
438 mutex_lock(coeff_ram_lock); in coeff_ram_put()
470 mutex_unlock(coeff_ram_lock); in coeff_ram_put()