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

/drivers/spi/
H A Dspi-bitbang.c416 * processing those requests, call spi_bitbang_stop().
419 * responsible for calling spi_bitbang_stop() to decrement the reference and
467 * spi_bitbang_stop - stops the task providing spi communication
469 void spi_bitbang_stop(struct spi_bitbang *bitbang) function
473 EXPORT_SYMBOL_GPL(spi_bitbang_stop); variable

Completed in 39 milliseconds