Lines Matching refs:txrx_word
42 u32 (*txrx_word)(struct spi_device *spi, unsigned nsecs, member
45 u32 (*txrx_word)(
56 u32 (*txrx_word)(struct spi_device *spi, in bitbang_txrx_8()
74 word = txrx_word(spi, ns, word, bits, flags); in bitbang_txrx_8()
84 u32 (*txrx_word)(struct spi_device *spi, in bitbang_txrx_16()
102 word = txrx_word(spi, ns, word, bits, flags); in bitbang_txrx_16()
112 u32 (*txrx_word)(struct spi_device *spi, in bitbang_txrx_32()
130 word = txrx_word(spi, ns, word, bits, flags); in bitbang_txrx_32()
195 cs->txrx_word = bitbang->txrx_word[spi->mode & (SPI_CPOL|SPI_CPHA)]; in spi_bitbang_setup()
196 if (!cs->txrx_word) in spi_bitbang_setup()
239 return cs->txrx_bufs(spi, cs->txrx_word, nsecs, t, flags); in spi_bitbang_bufs()
241 return cs->txrx_bufs(spi, cs->txrx_word, nsecs, t, 0); in spi_bitbang_bufs()