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

/linux-master/include/linux/spi/
H A Dspi_bitbang.h48 extern void spi_bitbang_stop(struct spi_bitbang *spi);
/linux-master/drivers/spi/
H A Dspi-lm70llp.c282 spi_bitbang_stop(&pp->bitbang);
304 spi_bitbang_stop(&pp->bitbang);
H A Dspi-xtensa-xtfpga.c125 spi_bitbang_stop(&xspi->bitbang);
H A Dspi-bitbang.c416 * processing those requests, call spi_bitbang_stop().
419 * is responsible for calling spi_bitbang_stop() to decrement the reference and
444 * spi_bitbang_stop - stops the task providing spi communication
446 void spi_bitbang_stop(struct spi_bitbang *bitbang) function
450 EXPORT_SYMBOL_GPL(spi_bitbang_stop); variable
H A Dspi-butterfly.c302 spi_bitbang_stop(&pp->bitbang);
H A Dspi-ath79.c238 spi_bitbang_stop(&sp->bitbang);
H A Dspi-sh-sci.c178 spi_bitbang_stop(&sp->bitbang);
H A Dspi-oc-tiny.c279 spi_bitbang_stop(&hw->bitbang);
H A Dspi-xilinx.c512 spi_bitbang_stop(&xspi->bitbang);
H A Dspi-ppc4xx.c469 spi_bitbang_stop(&hw->bitbang);
H A Dspi-omap-uwire.c514 spi_bitbang_stop(&uwire->bitbang);
H A Dspi-davinci.c1003 * It will also call spi_bitbang_stop to destroy the work queue which was
1014 spi_bitbang_stop(&dspi->bitbang);
H A Dspi-au1550.c933 spi_bitbang_stop(&hw->bitbang);

Completed in 148 milliseconds