Lines Matching refs:found
320 bool found = false; in match_sysfs_device() local
338 found = true; in match_sysfs_device()
342 return found; in match_sysfs_device()
351 int found = -1, attempts = 3; in get_hid_id() local
355 while (found < 0 && attempts > 0) { in get_hid_id()
364 found = (int)strtol(str_id, NULL, 16); in get_hid_id()
370 if (found < 0) in get_hid_id()
374 return found; in get_hid_id()
383 int i, found = -1; in get_hidraw() local
407 found = atoi(subdir->d_name + strlen("hidraw")); in get_hidraw()
412 if (found > 0) in get_hidraw()
418 return found; in get_hidraw()