Searched refs:spi_test (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/spi/ |
H A 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);
|
H A D | spi-loopback-test.c | 86 static struct spi_test spi_tests[] = { 573 struct spi_test *test) in spi_test_check_elapsed_time() 708 struct spi_test *test) in spi_test_fill_pattern() 792 struct spi_test *test, in _spi_test_run_iter() 854 const struct spi_test *testtemplate, in spi_test_run_iter() 861 struct spi_test test; in spi_test_run_iter() 933 int spi_test_execute_msg(struct spi_device *spi, struct spi_test *test, in spi_test_execute_msg() 1006 int spi_test_run_test(struct spi_device *spi, const struct spi_test *test, in spi_test_run_test() 1070 struct spi_test *tests) in spi_test_run_tests() 1074 struct spi_test *test; in spi_test_run_tests()
|
/linux/Documentation/driver-api/mtd/ |
H A D | spi-nor.rst | 154 root@1:~# dd if=/dev/urandom of=./spi_test bs=1M count=2 173 root@1:~# mtd_debug write /dev/mtd0 0 2097152 spi_test 174 Copied 2097152 bytes from spi_test to address 0x00000000 in flash 181 c444216a6ba2a4a66cccd60a0dd062bce4b865dd52b200ef5e21838c4b899ac8 spi_test 194 c444216a6ba2a4a66cccd60a0dd062bce4b865dd52b200ef5e21838c4b899ac8 spi_test
|