Lines Matching refs:found
326 bool found = false; in match_sysfs_device() local
344 found = true; in match_sysfs_device()
348 return found; in match_sysfs_device()
357 int found = -1, attempts = 3; in get_hid_id() local
361 while (found < 0 && attempts > 0) { in get_hid_id()
370 found = (int)strtol(str_id, NULL, 16); in get_hid_id()
376 if (found < 0) in get_hid_id()
380 return found; in get_hid_id()
389 int i, found = -1; in get_hidraw() local
413 found = atoi(subdir->d_name + strlen("hidraw")); in get_hidraw()
418 if (found > 0) in get_hidraw()
424 return found; in get_hidraw()