sub_ram           137 sound/soc/codecs/tscs454.c 	struct coeff_ram sub_ram;
sub_ram           297 sound/soc/codecs/tscs454.c 	coeff_ram_init(&tscs454->sub_ram);
sub_ram           326 sound/soc/codecs/tscs454.c 		coeff_ram = tscs454->sub_ram.cache;
sub_ram           327 sound/soc/codecs/tscs454.c 		coeff_ram_lock = &tscs454->sub_ram.lock;
sub_ram           427 sound/soc/codecs/tscs454.c 		coeff_ram = tscs454->sub_ram.cache;
sub_ram           428 sound/soc/codecs/tscs454.c 		coeff_ram_lock = &tscs454->sub_ram.lock;
sub_ram           429 sound/soc/codecs/tscs454.c 		coeff_ram_synced = &tscs454->sub_ram.synced;
sub_ram           503 sound/soc/codecs/tscs454.c 	mutex_lock(&tscs454->sub_ram.lock);
sub_ram           504 sound/soc/codecs/tscs454.c 	if (!tscs454->sub_ram.synced) {
sub_ram           505 sound/soc/codecs/tscs454.c 		ret = write_coeff_ram(component, tscs454->sub_ram.cache,
sub_ram           509 sound/soc/codecs/tscs454.c 			mutex_unlock(&tscs454->sub_ram.lock);
sub_ram           513 sound/soc/codecs/tscs454.c 	mutex_unlock(&tscs454->sub_ram.lock);