Searched refs:spi_test (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/drivers/spi/ |
D | spi-test.h | 72 struct spi_test { struct 77 int (*run_test)(struct spi_device *spi, struct spi_test *test, argument 79 int (*execute_msg)(struct spi_device *spi, struct spi_test *test, argument 108 const struct spi_test *test, 113 struct spi_test *test, 118 struct spi_test *tests);
|
D | spi-loopback-test.c | 75 static struct spi_test spi_tests[] = { 529 struct spi_test *test) in spi_test_check_elapsed_time() 664 struct spi_test *test) in spi_test_fill_pattern() 748 struct spi_test *test, in _spi_test_run_iter() 810 const struct spi_test *testtemplate, in spi_test_run_iter() 817 struct spi_test test; in spi_test_run_iter() 889 int spi_test_execute_msg(struct spi_device *spi, struct spi_test *test, in spi_test_execute_msg() 962 int spi_test_run_test(struct spi_device *spi, const struct spi_test *test, in spi_test_run_test() 1024 struct spi_test *tests) in spi_test_run_tests() 1028 struct spi_test *test; in spi_test_run_tests()
|