Lines Matching refs:dac_ram
136 struct coeff_ram dac_ram; member
296 coeff_ram_init(&tscs454->dac_ram); in tscs454_data_init()
321 coeff_ram = tscs454->dac_ram.cache; in coeff_ram_get()
322 coeff_ram_lock = &tscs454->dac_ram.lock; in coeff_ram_get()
414 coeff_ram = tscs454->dac_ram.cache; in coeff_ram_put()
415 coeff_ram_lock = &tscs454->dac_ram.lock; in coeff_ram_put()
416 coeff_ram_synced = &tscs454->dac_ram.synced; in coeff_ram_put()
480 mutex_lock(&tscs454->dac_ram.lock); in coeff_ram_sync()
481 if (!tscs454->dac_ram.synced) { in coeff_ram_sync()
482 ret = write_coeff_ram(component, tscs454->dac_ram.cache, in coeff_ram_sync()
486 mutex_unlock(&tscs454->dac_ram.lock); in coeff_ram_sync()
490 mutex_unlock(&tscs454->dac_ram.lock); in coeff_ram_sync()