Home
last modified time | relevance | path

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

/linux-6.15/sound/soc/codecs/
H A Dlpass-wsa-macro.c2784 int ret, def_count; in wsa_macro_probe() local
2828 def_count = ARRAY_SIZE(wsa_defaults) + ARRAY_SIZE(wsa_defaults_v2_1); in wsa_macro_probe()
2829 reg_defaults = kmalloc_array(def_count, sizeof(*reg_defaults), in wsa_macro_probe()
2843 def_count = ARRAY_SIZE(wsa_defaults) + ARRAY_SIZE(wsa_defaults_v2_5); in wsa_macro_probe()
2844 reg_defaults = kmalloc_array(def_count, sizeof(*reg_defaults), in wsa_macro_probe()
2865 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()