Home
last modified time | relevance | path

Searched refs:def_count (Results 1 – 2 of 2) sorted by relevance

/linux/sound/soc/codecs/
H A Dlpass-wsa-macro.c2685 int ret, def_count; in wsa_macro_probe() local
2729 def_count = ARRAY_SIZE(wsa_defaults) + ARRAY_SIZE(wsa_defaults_v2_1); in wsa_macro_probe()
2730 reg_defaults = kmalloc_objs(*reg_defaults, def_count); in wsa_macro_probe()
2744 def_count = ARRAY_SIZE(wsa_defaults) + ARRAY_SIZE(wsa_defaults_v2_5); in wsa_macro_probe()
2745 reg_defaults = kmalloc_objs(*reg_defaults, def_count); in wsa_macro_probe()
2765 reg_config->num_reg_defaults = def_count; in wsa_macro_probe()
H A Dlpass-rx-macro.c3775 int ret, def_count; in rx_macro_probe()
3828 def_count = ARRAY_SIZE(rx_defaults) + ARRAY_SIZE(rx_pre_2_5_defaults); in rx_macro_probe()
3829 reg_defaults = kmalloc_objs(struct reg_default, def_count); in rx_macro_probe()
3842 def_count = ARRAY_SIZE(rx_defaults) + ARRAY_SIZE(rx_2_5_defaults); in rx_macro_probe()
3843 reg_defaults = kmalloc_objs(struct reg_default, def_count); in rx_macro_probe()
3862 reg_config->num_reg_defaults = def_count; in rx_macro_probe()
3769 int ret, def_count; rx_macro_probe() local