Lines Matching defs:test
13 * should make sure to test both regular streaming and mixes of
128 int test;
175 * can fxload it, and then run this test driver.
180 * - the device doesn't have the test firmware installed.
201 /* "gadget zero", Linux-USB test software */
214 /* some GPL'd test firmware uses these IDs */
312 if (dev->test != -1 && dev->test != i)
332 printf ("%s test %d --> %d (%s)\n",
335 printf ("%s test %d, %4d.%.06d secs\n", dev->name, i,
379 int test = -1 /* all */;
424 case 'n': /* no test running! */
431 case 't': /* run just one test */
432 test = atoi (optarg);
433 if (test < 0)
447 "\t-D dev only test specific device\n"
449 "\t-a test all recognized devices\n"
450 "\t-l loop forever(for stress test)\n"
452 "\t-n no test running, show devices to be tested\n"
478 /* collect and list the test devices */
484 /* quit, run single test, or create test threads */
486 fputs ("no test devices recognized\n", stderr);
498 entry->test = test;
512 /* kernel can recognize test devices we don't */
520 dev.test = test;