Lines Matching refs:txrx_word
49 u32 (*txrx_word)(struct spi_device *spi, unsigned nsecs, member
52 u32 (*txrx_word)(
61 u32 (*txrx_word)(struct spi_device *spi, in bitbang_txrx_8()
77 word = txrx_word(spi, ns, word, bits); in bitbang_txrx_8()
87 u32 (*txrx_word)(struct spi_device *spi, in bitbang_txrx_16()
103 word = txrx_word(spi, ns, word, bits); in bitbang_txrx_16()
113 u32 (*txrx_word)(struct spi_device *spi, in bitbang_txrx_32()
129 word = txrx_word(spi, ns, word, bits); 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()
238 return cs->txrx_bufs(spi, cs->txrx_word, nsecs, t); in spi_bitbang_bufs()