Searched refs:bitbang_txrx_be_cpha1 (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/spi/
H A Dspi-bitbang-txrx.h81 bitbang_txrx_be_cpha1(struct spi_device *spi, function
H A Dspi-gpio.c149 return bitbang_txrx_be_cpha1(spi, nsecs, 0, flags, word, bits);
167 return bitbang_txrx_be_cpha1(spi, nsecs, 1, flags, word, bits);
197 return bitbang_txrx_be_cpha1(spi, nsecs, 0, flags, word, bits);
217 return bitbang_txrx_be_cpha1(spi, nsecs, 1, flags, word, bits);
H A Dspi-sh-sci.c89 return bitbang_txrx_be_cpha1(spi, nsecs, 0, flags, word, bits);
103 return bitbang_txrx_be_cpha1(spi, nsecs, 1, flags, word, bits);

Completed in 151 milliseconds