Lines Matching refs:device_count
2454 int verb_count = 0, device_count = 0, mod_count = 0, index = -1, ret = 0; in parse_single_config_format() local
2509 verb_list[index].device_count = 0; in parse_single_config_format()
2530 if (device_count == 0) { in parse_single_config_format()
2531 device_count = get_num_device_config_format(next_str); in parse_single_config_format()
2533 malloc((device_count+1)*sizeof(card_mctrl_t)); in parse_single_config_format()
2539 (char **)malloc((device_count+1)*sizeof(char *)); in parse_single_config_format()
2542 verb_list[0].device_count = 0; in parse_single_config_format()
2550 (verb_list[0].device_count - 1)); in parse_single_config_format()
2559 verb_list[0].device_list[(verb_list[0].device_count-1)] in parse_single_config_format()
2636 verb_list[0].device_list[verb_list[0].device_count] = verb_ptr; in parse_single_config_format()
2647 verb_list[0].device_count); in parse_single_config_format()
2686 verb_list[index].device_count = verb_list[0].device_count; in parse_single_config_format()
2875 int device_count, modifier_count; in snd_ucm_parse_verb() local
2886 device_count = 0; modifier_count = 0; in snd_ucm_parse_verb()
2889 verb_list[index].device_count = 0; in snd_ucm_parse_verb()
2931 verb_list[index].device_count++; in snd_ucm_parse_verb()
2932 device_count++; in snd_ucm_parse_verb()
2940 (verb_list[index].device_count - 1)); in snd_ucm_parse_verb()
2949 verb_list[index].device_list[device_count] = verb_ptr; in snd_ucm_parse_verb()
2950 device_count++; in snd_ucm_parse_verb()
2988 (char **)malloc((device_count+1)*sizeof(char *)); in snd_ucm_parse_verb()
3003 parse_count += verb_list[index].device_count; in snd_ucm_parse_verb()
3005 malloc((verb_list[index].device_count+1)*sizeof(card_mctrl_t)); in snd_ucm_parse_verb()
3010 verb_list[index].device_count = 0; in snd_ucm_parse_verb()
3027 verb_list[index].device_list[device_count] = verb_ptr; in snd_ucm_parse_verb()
3054 verb_list[index].device_count); in snd_ucm_parse_verb()
3167 print_list(list, verb_index, verb_list[verb_index].device_count); in snd_ucm_print()
3228 verb_list[verb_index].device_count); in snd_ucm_parse_section()
3340 verb_list[verb_index].device_count++; in snd_ucm_parse_section()
3666 free_list(ctrl_list, verb_index, verb_list[verb_index].device_count); in snd_ucm_free_mixer_list()