Lines Matching defs:found
326 bool found = false;
333 /* we found the correct VID/PID, now check for phys */
344 found = true;
348 return found;
357 int found = -1, attempts = 3;
361 while (found < 0 && attempts > 0) {
370 found = (int)strtol(str_id, NULL, 16);
376 if (found < 0)
380 return found;
389 int i, found = -1;
413 found = atoi(subdir->d_name + strlen("hidraw"));
418 if (found > 0)
424 return found;