Searched refs:def_count (Results 1 – 2 of 2) sorted by relevance
2683 int ret, def_count; in wsa_macro_probe() local2727 def_count = ARRAY_SIZE(wsa_defaults) + ARRAY_SIZE(wsa_defaults_v2_1); in wsa_macro_probe()2728 reg_defaults = kmalloc_objs(*reg_defaults, def_count); in wsa_macro_probe()2742 def_count = ARRAY_SIZE(wsa_defaults) + ARRAY_SIZE(wsa_defaults_v2_5); in wsa_macro_probe()2743 reg_defaults = kmalloc_objs(*reg_defaults, def_count); in wsa_macro_probe()2763 reg_config->num_reg_defaults = def_count; in wsa_macro_probe()
3769 int ret, def_count; in rx_macro_probe() local3822 def_count = ARRAY_SIZE(rx_defaults) + ARRAY_SIZE(rx_pre_2_5_defaults); in rx_macro_probe()3823 reg_defaults = kmalloc_objs(struct reg_default, def_count); 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_objs(struct reg_default, def_count); in rx_macro_probe()3856 reg_config->num_reg_defaults = def_count; in rx_macro_probe()