Lines Matching refs:txrx_word
51 u32 (*txrx_word)(struct spi_device *spi, unsigned nsecs, member
54 u32 (*txrx_word)(
65 u32 (*txrx_word)(struct spi_device *spi, in bitbang_txrx_8()
83 word = txrx_word(spi, ns, word, bits, flags); in bitbang_txrx_8()
93 u32 (*txrx_word)(struct spi_device *spi, in bitbang_txrx_16()
111 word = txrx_word(spi, ns, word, bits, flags); in bitbang_txrx_16()
121 u32 (*txrx_word)(struct spi_device *spi, in bitbang_txrx_32()
139 word = txrx_word(spi, ns, word, bits, flags); in bitbang_txrx_32()
204 cs->txrx_word = bitbang->txrx_word[spi->mode & (SPI_CPOL|SPI_CPHA)]; in spi_bitbang_setup()
205 if (!cs->txrx_word) in spi_bitbang_setup()
261 return cs->txrx_bufs(spi, cs->txrx_word, nsecs, t, flags); in spi_bitbang_bufs()
263 return cs->txrx_bufs(spi, cs->txrx_word, nsecs, t, 0); in spi_bitbang_bufs()