Searched defs:spi_bitbang_cleanup (Results 1 - 1 of 1) sorted by relevance

/drivers/spi/
H A Dspi-bitbang.c229 * spi_bitbang_cleanup - default cleanup for per-word I/O loops
231 void spi_bitbang_cleanup(struct spi_device *spi) function
235 EXPORT_SYMBOL_GPL(spi_bitbang_cleanup); variable
425 * spi_bitbang_cleanup and spi_bitbang_setup_transfer to handle those spi
457 bitbang->master->cleanup = spi_bitbang_cleanup;

Completed in 242 milliseconds