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

/linux-master/drivers/spi/
H A Dspi-test.h49 * @execute_msg: run the spi_message for real - this allows to override
79 int (*execute_msg)(struct spi_device *spi, struct spi_test *test, member in struct:spi_test
111 /* default implementation for @spi_test.execute_msg */
H A Dspi-loopback-test.c832 if (test->execute_msg)
833 ret = test->execute_msg(spi, test, tx, rx);

Completed in 176 milliseconds