Home
last modified time | relevance | path

Searched refs:run_only_test (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/spi/
H A Dspi-loopback-test.c63 static int run_only_test = -1; variable
64 module_param(run_only_test, int, 0);
65 MODULE_PARM_DESC(run_only_test,
1101 if ((run_only_test > -1) && (count != run_only_test)) in spi_test_run_tests()