Home
last modified time | relevance | path

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

/linux-4.1.27/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 regsize = codec->driver->reg_word_size * 2; in format_register_str()
133 regsize = codec->driver->reg_word_size * 2; in soc_codec_reg_show()
3099 codec->component.val_bytes = codec_drv->reg_word_size; in snd_soc_register_codec()
/linux-4.1.27/sound/soc/codecs/
Dwm9705.c387 .reg_word_size = sizeof(u16),
Dcx20442.c408 .reg_word_size = sizeof(u8),
Dstac9766.c377 .reg_word_size = sizeof(u16),
Duda134x.c580 .reg_word_size = sizeof(u8),
Dwm9712.c711 .reg_word_size = sizeof(u16),
Duda1380.c770 .reg_word_size = sizeof(u16),
Dwm9713.c1271 .reg_word_size = sizeof(u16),
Dtlv320dac33.c1453 .reg_word_size = sizeof(u8),
/linux-4.1.27/include/sound/
Dsoc.h862 short reg_word_size; member