Lines Matching refs:ext
239 static int counter_get_ext(const struct counter_comp *const ext,
250 if (ext[*ext_idx].type == COUNTER_COMP_ARRAY) {
251 element = ext[*ext_idx].priv;
271 struct counter_comp *ext;
287 ext = counter->ext;
297 ext = counter->signals[parent].ext;
307 ext = counter->counts[parent].ext;
351 err = counter_get_ext(ext, num_ext, id, &ext_idx, &ext_id);
355 comp_node.comp = ext[ext_idx];
535 const struct counter_comp *ext;
601 ext = counter->ext;
605 ext = signal->ext;
609 ext = count->ext;
615 ret = counter_get_ext(ext, num_ext, id, &ext_idx, &ext_id);