Lines Matching refs:description
86 .description = "tx/rx-transfer - start of page",
100 .description = "tx/rx-transfer - crossing PAGE_SIZE",
114 .description = "tx-transfer - only",
126 .description = "rx-transfer - only",
138 .description = "two tx-transfers - alter both",
155 .description = "two tx-transfers - alter first",
172 .description = "two tx-transfers - alter second",
189 .description = "two transfers tx then rx - alter both",
205 .description = "two transfers tx then rx - alter tx",
222 .description = "two transfers tx then rx - alter rx",
239 .description = "two tx+rx transfers - alter both",
260 .description = "two tx+rx transfers - alter first",
281 .description = "two tx+rx transfers - alter second",
301 .description = "two tx+rx transfers - delay after transfer",
853 test.description); in spi_test_run_iter()
859 test.description); in spi_test_run_iter()
865 dev_info(&spi->dev, "Running test %s\n", test.description); in spi_test_run_iter()
983 test->description, test->transfer_count); in spi_test_run_test()
1060 for (test = tests, count = 0; test->description[0]; in spi_test_run_tests()