Home
last modified time | relevance | path

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

/linux-6.12.1/sound/soc/codecs/
Dwm_hubs.h33 struct list_head dcs_cache; member
Dwm8903.c137 int dcs_cache[4]; member
301 for (i = 0; i < ARRAY_SIZE(wm8903->dcs_cache); i++) { in wm8903_seq_notifier()
305 if (wm8903->dcs_cache[i]) { in wm8903_seq_notifier()
308 3 - i, wm8903->dcs_cache[i]); in wm8903_seq_notifier()
311 wm8903->dcs_cache[i] & 0xff); in wm8903_seq_notifier()
340 for (i = 0; i < ARRAY_SIZE(wm8903->dcs_cache); i++) { in wm8903_seq_notifier()
348 wm8903->dcs_cache[i] = val; in wm8903_seq_notifier()
Dwm_hubs.c161 list_for_each_entry(cache, &hubs->dcs_cache, list) { in wm_hubs_dcs_cache_get()
192 list_add_tail(&cache->list, &hubs->dcs_cache); in wm_hubs_dcs_cache_set()
1162 INIT_LIST_HEAD(&hubs->dcs_cache); in wm_hubs_add_analogue_routes()