Searched refs:device_count (Results 1 – 2 of 2) sorted by relevance
2454 int verb_count = 0, device_count = 0, mod_count = 0, index = -1, ret = 0; in parse_single_config_format() local2509 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()[all …]
140 int device_count; member