Home
last modified time | relevance | path

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

/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.c94 int regsize = codec->driver->reg_word_size * 2; in format_register_str()
125 regsize = codec->driver->reg_word_size * 2; in soc_codec_reg_show()
3104 codec->component.val_bytes = codec_drv->reg_word_size; in snd_soc_register_codec()
/linux-4.4.14/sound/soc/codecs/
Dstac9766.c333 .reg_word_size = sizeof(u16),
Dwm9705.c363 .reg_word_size = sizeof(u16),
Dcx20442.c406 .reg_word_size = sizeof(u8),
Dwm9712.c681 .reg_word_size = sizeof(u16),
Duda1380.c764 .reg_word_size = sizeof(u16),
Dwm9713.c1237 .reg_word_size = sizeof(u16),
Dtlv320dac33.c1452 .reg_word_size = sizeof(u8),
/linux-4.4.14/include/sound/
Dsoc.h895 short reg_word_size; member