Home
last modified time | relevance | path

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

/sound/soc/codecs/
Dwm_hubs.h36 struct list_head dcs_cache; member
Dwm8903.c131 int dcs_cache[4]; member
296 for (i = 0; i < ARRAY_SIZE(wm8903->dcs_cache); i++) { in wm8903_seq_notifier()
300 if (wm8903->dcs_cache[i]) { in wm8903_seq_notifier()
303 3 - i, wm8903->dcs_cache[i]); in wm8903_seq_notifier()
306 wm8903->dcs_cache[i] & 0xff); in wm8903_seq_notifier()
335 for (i = 0; i < ARRAY_SIZE(wm8903->dcs_cache); i++) { in wm8903_seq_notifier()
343 wm8903->dcs_cache[i] = val; in wm8903_seq_notifier()
Dwm_hubs.c165 list_for_each_entry(cache, &hubs->dcs_cache, list) { in wm_hubs_dcs_cache_get()
196 list_add_tail(&cache->list, &hubs->dcs_cache); in wm_hubs_dcs_cache_set()
1166 INIT_LIST_HEAD(&hubs->dcs_cache); in wm_hubs_add_analogue_routes()