Home
last modified time | relevance | path

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

/linux-4.4.14/sound/soc/codecs/
Dcx20442.c96 if (reg >= codec->driver->reg_cache_size) in cx20442_read_reg_cache()
163 if (reg >= codec->driver->reg_cache_size) in cx20442_write()
405 .reg_cache_size = 1,
Dstac9766.c332 .reg_cache_size = ARRAY_SIZE(stac9766_reg),
Dwm9705.c362 .reg_cache_size = ARRAY_SIZE(wm9705_reg),
Dwm9712.c680 .reg_cache_size = ARRAY_SIZE(wm9712_reg),
Duda1380.c763 .reg_cache_size = ARRAY_SIZE(uda1380_reg),
Dwm9713.c1236 .reg_cache_size = ARRAY_SIZE(wm9713_reg),
Dtlv320dac33.c1451 .reg_cache_size = ARRAY_SIZE(dac33_reg),
/linux-4.4.14/sound/soc/
Dsoc-cache.c23 reg_size = codec_drv->reg_cache_size * codec_drv->reg_word_size; in snd_soc_cache_init()
Dsoc-core.c93 int wordsize = min_bytes_needed(codec->driver->reg_cache_size) * 2; in format_register_str()
124 wordsize = min_bytes_needed(codec->driver->reg_cache_size) * 2; in soc_codec_reg_show()
129 if (!codec->driver->reg_cache_size) in soc_codec_reg_show()
135 for (i = 0; i < codec->driver->reg_cache_size; i += step) { in soc_codec_reg_show()
/linux-4.4.14/sound/soc/omap/
Dmcbsp.h321 int reg_cache_size; member
Dmcbsp.c511 reg_cache = kzalloc(mcbsp->reg_cache_size, GFP_KERNEL); in omap_mcbsp_request()
976 mcbsp->reg_cache_size = resource_size(res); in omap_mcbsp_init()
/linux-4.4.14/include/sound/
Dsoc.h893 unsigned int reg_cache_size; member