Searched refs:bitbang_txrx_be_cpha0 (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/spi/
H A Dspi-bitbang-txrx.h49 bitbang_txrx_be_cpha0(struct spi_device *spi, function
H A Dspi-gpio.c140 return bitbang_txrx_be_cpha0(spi, nsecs, 0, flags, word, bits);
158 return bitbang_txrx_be_cpha0(spi, nsecs, 1, flags, word, bits);
187 return bitbang_txrx_be_cpha0(spi, nsecs, 0, flags, word, bits);
207 return bitbang_txrx_be_cpha0(spi, nsecs, 1, flags, word, bits);
H A Dspi-sh-sci.c82 return bitbang_txrx_be_cpha0(spi, nsecs, 0, flags, word, bits);
96 return bitbang_txrx_be_cpha0(spi, nsecs, 1, flags, word, bits);
H A Dspi-butterfly.c140 return bitbang_txrx_be_cpha0(spi, nsecs, 0, flags, word, bits);
H A Dspi-lm70llp.c185 return bitbang_txrx_be_cpha0(spi, nsecs, 0, flags, word, bits);

Completed in 138 milliseconds