Searched refs:simulate_only (Results 1 – 1 of 1) sorted by relevance
26 static int simulate_only; variable27 module_param(simulate_only, int, 0);28 MODULE_PARM_DESC(simulate_only, "if not 0 do not execute the spi message");904 if (!simulate_only) { in spi_test_execute_msg()