spi_loopback_test_of_match  340 drivers/spi/spi-loopback-test.c static struct of_device_id spi_loopback_test_of_match[] = {
spi_loopback_test_of_match  346 drivers/spi/spi-loopback-test.c module_param_string(compatible, spi_loopback_test_of_match[0].compatible,
spi_loopback_test_of_match  347 drivers/spi/spi-loopback-test.c 		    sizeof(spi_loopback_test_of_match[0].compatible),
spi_loopback_test_of_match  350 drivers/spi/spi-loopback-test.c MODULE_DEVICE_TABLE(of, spi_loopback_test_of_match);
spi_loopback_test_of_match  356 drivers/spi/spi-loopback-test.c 		.of_match_table = spi_loopback_test_of_match,