Lines Matching defs:tests
37 /* the device is jumpered for loopback - enabling some rx_buf tests */
56 /* run tests only for a specific length */
60 "only run tests for a length of this number in iterate_len list");
83 "delay between tests, in milliseconds (default: 100)");
85 /* the actual tests to execute */
355 { /* end of tests sequence */ }
373 dev_info(&spi->dev, "Executing spi-loopback-tests\n");
377 dev_info(&spi->dev, "Finished spi-loopback-tests with return: %i\n",
976 /* run rx-buffer tests */
1063 * spi_test_run_tests - run an array of spi_messages tests
1064 * @spi: the spi device on which to run the tests
1065 * @tests: NULL-terminated array of @spi_test
1071 struct spi_test *tests)
1097 /* now run the individual tests in the table */
1098 for (test = tests, count = 0; test->description[0];
1111 * detect the individual tests when using a logic analyzer