Searched refs:coeff_ram_lock (Results 1 – 2 of 2) sorted by relevance
39 struct mutex coeff_ram_lock; member273 mutex_lock(&tscs42xx->coeff_ram_lock); in coeff_ram_get()278 mutex_unlock(&tscs42xx->coeff_ram_lock); in coeff_ram_get()295 mutex_lock(&tscs42xx->coeff_ram_lock); in coeff_ram_put()319 mutex_unlock(&tscs42xx->coeff_ram_lock); in coeff_ram_put()390 mutex_lock(&tscs42xx->coeff_ram_lock); in dac_event()402 mutex_unlock(&tscs42xx->coeff_ram_lock); in dac_event()1474 mutex_init(&tscs42xx->coeff_ram_lock); in tscs42xx_i2c_probe()
318 struct mutex *coeff_ram_lock; in coeff_ram_get() local322 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()400 struct mutex *coeff_ram_lock; in coeff_ram_put() local410 coeff_ram_lock = &tscs454->dac_ram.lock; in coeff_ram_put()417 coeff_ram_lock = &tscs454->spk_ram.lock; in coeff_ram_put()433 mutex_lock(coeff_ram_lock); in coeff_ram_put()[all …]