Lines Matching refs:txrx_word
51 u32 (*txrx_word)(struct spi_device *spi, unsigned nsecs, member
54 u32 (*txrx_word)(
63 u32 (*txrx_word)(struct spi_device *spi, in bitbang_txrx_8()
79 word = txrx_word(spi, ns, word, bits); in bitbang_txrx_8()
89 u32 (*txrx_word)(struct spi_device *spi, in bitbang_txrx_16()
105 word = txrx_word(spi, ns, word, bits); in bitbang_txrx_16()
115 u32 (*txrx_word)(struct spi_device *spi, in bitbang_txrx_32()
131 word = txrx_word(spi, ns, word, bits); in bitbang_txrx_32()
196 cs->txrx_word = bitbang->txrx_word[spi->mode & (SPI_CPOL|SPI_CPHA)]; in spi_bitbang_setup()
197 if (!cs->txrx_word) in spi_bitbang_setup()
239 return cs->txrx_bufs(spi, cs->txrx_word, nsecs, t); in spi_bitbang_bufs()