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.c2733 int ret, def_count; in wsa_macro_probe() local
2777 def_count = ARRAY_SIZE(wsa_defaults) + ARRAY_SIZE(wsa_defaults_v2_1); in wsa_macro_probe()
2778 reg_defaults = kmalloc_array(def_count, sizeof(*reg_defaults), in wsa_macro_probe()
2792 def_count = ARRAY_SIZE(wsa_defaults) + ARRAY_SIZE(wsa_defaults_v2_5); in wsa_macro_probe()
2793 reg_defaults = kmalloc_array(def_count, sizeof(*reg_defaults), in wsa_macro_probe()
2814 reg_config->num_reg_defaults = def_count; in wsa_macro_probe()
H A Dlpass-rx-macro.c3769 int ret, def_count; in rx_macro_probe() local
3822 def_count = ARRAY_SIZE(rx_defaults) + ARRAY_SIZE(rx_pre_2_5_defaults); in rx_macro_probe()
3823 reg_defaults = kmalloc_array(def_count, sizeof(struct reg_default), GFP_KERNEL); in rx_macro_probe()
3836 def_count = ARRAY_SIZE(rx_defaults) + ARRAY_SIZE(rx_2_5_defaults); in rx_macro_probe()
3837 reg_defaults = kmalloc_array(def_count, sizeof(struct reg_default), GFP_KERNEL); in rx_macro_probe()
3856 reg_config->num_reg_defaults = def_count; in rx_macro_probe()