Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/spi/
Dspi-loopback-test.c35 static int simulate_only; variable
36 module_param(simulate_only, int, 0);
37 MODULE_PARM_DESC(simulate_only, "if not 0 do not execute the spi message");
906 if (!simulate_only) { in spi_test_execute_msg()