Lines Matching defs:found
30 bool *found)
40 *found = true;
44 *found = false;
76 bool *found)
90 *found = true;
94 *found = false;
119 bool *found)
132 *found = true;
135 *found = false;
165 uint32_t module_id, bool *found)
175 *found = true;
178 *found = false;
213 bool found = false;
216 for (sz = 0; !found && (sz < le32_to_cpu(private->size)); ) {
223 while (!found && tkn_count <= (le32_to_cpu(sg_array->num_elems) - 1)) {
226 found = true;
236 if (found)
246 bool found = false;
249 for (sz = 0; !found && (sz < le32_to_cpu(private->size)); ) {
256 while (!found && tkn_count <= (le32_to_cpu(cont_array->num_elems) - 1)) {
259 found = true;
269 if (found)
279 bool found = false;
282 for (sz = 0; !found && (sz < le32_to_cpu(private->size)); ) {
289 while (!found && tkn_count <= (le32_to_cpu(mod_array->num_elems) - 1)) {
292 found = true;
302 if (found)
344 bool found;
353 sg = audioreach_tplg_alloc_sub_graph(apm, sub_graph_id, &found);
356 } else if (found) {
364 info = audioreach_tplg_alloc_graph_info(apm, graph_id, &found);
401 bool found = false;
410 cont = audioreach_tplg_alloc_container(apm, sg, container_id, &found);
411 if (IS_ERR(cont) || found)/* Error or Already parsed container data */
454 bool found;
470 instance_id, &found);
473 } else if (found) {
474 dev_err(apm->dev, "Duplicate Module Instance ID 0x%08x found\n",
907 dev_err(component->dev, "matching event handlers NOT found for %d\n",