Home
last modified time | relevance | path

Searched refs:sub_ram (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/sound/soc/codecs/
H A Dtscs454.c138 struct coeff_ram sub_ram; member
298 coeff_ram_init(&tscs454->sub_ram); in tscs454_data_init()
327 coeff_ram = tscs454->sub_ram.cache; in coeff_ram_get()
328 coeff_ram_lock = &tscs454->sub_ram.lock; in coeff_ram_get()
423 coeff_ram = tscs454->sub_ram.cache; in coeff_ram_put()
424 coeff_ram_lock = &tscs454->sub_ram.lock; in coeff_ram_put()
425 coeff_ram_synced = &tscs454->sub_ram.synced; in coeff_ram_put()
494 mutex_lock(&tscs454->sub_ram.lock); in coeff_ram_sync()
495 if (!tscs454->sub_ram.synced) { in coeff_ram_sync()
500 mutex_unlock(&tscs454->sub_ram.lock); in coeff_ram_sync()
[all …]