Home
last modified time | relevance | path

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

/linux/drivers/spi/
H A Dspi-loopback-test.c26 static int simulate_only; variable
27 module_param(simulate_only, int, 0);
28 MODULE_PARM_DESC(simulate_only, "if not 0 do not execute the spi message");
941 if (!simulate_only) { in spi_test_execute_msg()