Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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");
904 if (!simulate_only) { in spi_test_execute_msg()
/kernel/linux/linux-6.6/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");
942 if (!simulate_only) { in spi_test_execute_msg()

Completed in 3 milliseconds