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()
317 struct mutex *coeff_ram_lock; in coeff_ram_get() local321 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() local409 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()[all …]