Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/include/linux/spi/
H A Dspi_bitbang.h48 extern void spi_bitbang_stop(struct spi_bitbang *spi);
/kernel/linux/linux-6.6/include/linux/spi/
H A Dspi_bitbang.h48 extern void spi_bitbang_stop(struct spi_bitbang *spi);
/kernel/linux/linux-5.10/drivers/spi/
H A Dspi-lm70llp.c282 spi_bitbang_stop(&pp->bitbang); in spi_lm70llp_attach()
304 spi_bitbang_stop(&pp->bitbang); in spi_lm70llp_detach()
H A Dspi-bitbang.c413 * processing those requests, call spi_bitbang_stop().
416 * responsible for calling spi_bitbang_stop() to decrement the reference and
441 * spi_bitbang_stop - stops the task providing spi communication
443 void spi_bitbang_stop(struct spi_bitbang *bitbang) in spi_bitbang_stop() function
447 EXPORT_SYMBOL_GPL(spi_bitbang_stop); variable
H A Dspi-xtensa-xtfpga.c131 spi_bitbang_stop(&xspi->bitbang); in xtfpga_spi_remove()
H A Dspi-ath79.c217 spi_bitbang_stop(&sp->bitbang); in ath79_spi_remove()
H A Dspi-butterfly.c302 spi_bitbang_stop(&pp->bitbang); in butterfly_detach()
H A Dspi-sh-sci.c178 spi_bitbang_stop(&sp->bitbang); in sh_sci_spi_remove()
H A Dspi-oc-tiny.c279 spi_bitbang_stop(&hw->bitbang); in tiny_spi_remove()
H A Dspi-omap-uwire.c522 spi_bitbang_stop(&uwire->bitbang); in uwire_remove()
H A Dspi-s3c24xx.c589 spi_bitbang_stop(&hw->bitbang); in s3c24xx_spi_remove()
H A Dspi-efm32.c424 spi_bitbang_stop(&ddata->bitbang); in efm32_spi_remove()
H A Dspi-ppc4xx.c467 spi_bitbang_stop(&hw->bitbang); in spi_ppc4xx_of_remove()
H A Dspi-xilinx.c516 spi_bitbang_stop(&xspi->bitbang); in xilinx_spi_remove()
H A Dspi-au1550.c931 spi_bitbang_stop(&hw->bitbang); in au1550_spi_remove()
/kernel/linux/linux-6.6/drivers/spi/
H A Dspi-lm70llp.c282 spi_bitbang_stop(&pp->bitbang); in spi_lm70llp_attach()
304 spi_bitbang_stop(&pp->bitbang); in spi_lm70llp_detach()
H A Dspi-bitbang.c416 * processing those requests, call spi_bitbang_stop().
419 * 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) in spi_bitbang_stop() function
450 EXPORT_SYMBOL_GPL(spi_bitbang_stop); variable
H A Dspi-xtensa-xtfpga.c125 spi_bitbang_stop(&xspi->bitbang); in xtfpga_spi_remove()
H A Dspi-sh-sci.c178 spi_bitbang_stop(&sp->bitbang); in sh_sci_spi_remove()
H A Dspi-butterfly.c302 spi_bitbang_stop(&pp->bitbang); in butterfly_detach()
H A Dspi-oc-tiny.c279 spi_bitbang_stop(&hw->bitbang); in tiny_spi_remove()
H A Dspi-ath79.c244 spi_bitbang_stop(&sp->bitbang); in ath79_spi_remove()
H A Dspi-xilinx.c512 spi_bitbang_stop(&xspi->bitbang); in xilinx_spi_remove()
H A Dspi-omap-uwire.c514 spi_bitbang_stop(&uwire->bitbang); in uwire_remove()
H A Dspi-ppc4xx.c467 spi_bitbang_stop(&hw->bitbang); in spi_ppc4xx_of_remove()

Completed in 14 milliseconds

12