Lines Matching defs:device
167 /* devices that start up using the EZ-USB default device and
172 * - the device has a "real" driver (maybe usb-serial) that
173 * renumerates. the device should vanish quickly.
174 * - the device doesn't have the test firmware installed.
370 char *device;
393 device = getenv ("DEVICE");
397 case 'D': /* device, if only one */
398 device = optarg;
404 device = NULL;
441 "\t-D dev only test specific device\n"
457 if (!all && !device) {
463 /* Find usb device subdirectory */
467 fputs ("USB device files are missing\n", stderr);
474 fputs ("ftw failed; are USB device files missing?\n", stderr);
479 if (!testdevs && !device) {
485 if (testdevs && testdevs->next == 0 && !device)
486 device = testdevs->name;
494 if (device) {
495 if (strcmp (entry->name, device))
503 if (device) {
508 argv [0], device);
511 dev.name = device;