Home | History | Annotate | Download | only in libalsa-intf

Lines Matching refs:verb_count

2282     int fd, verb_count, index = 0, ret = 0, rc;
2308 verb_count = get_verb_count(current_str);
2310 (use_case_verb_t *)malloc((verb_count+1)*(sizeof(use_case_verb_t)));
2318 (char **)malloc((verb_count+2)*(sizeof(char *)))) == NULL) {
2327 ret = parse_single_config_format(uc_mgr, current_str, verb_count);
2454 int verb_count = 0, device_count = 0, mod_count = 0, index = -1, ret = 0;
2466 verb_list[index].verb_count);
2508 verb_list[index].verb_count = 0;
2516 verb_count = get_num_verbs_config_format(next_str);
2518 malloc((verb_count+1)*sizeof(card_mctrl_t));
2523 verb_list[index].verb_count = 0;
2600 verb_list[index].verb_count);
2888 verb_list[index].verb_count = 0;
2922 verb_list[index].verb_count++;
2995 parse_count += verb_list[index].verb_count;
2997 malloc((verb_list[index].verb_count+1)*sizeof(card_mctrl_t));
3002 verb_list[index].verb_count = 0;
3036 verb_list[index].verb_count);
3164 print_list(list, verb_index, verb_list[verb_index].verb_count);
3225 verb_list[verb_index].verb_count);
3338 verb_list[verb_index].verb_count++;
3656 free_list(ctrl_list, verb_index, verb_list[verb_index].verb_count);