Lines Matching defs:txrx_word
42 u32 (*txrx_word)(struct spi_device *spi, unsigned nsecs,
45 u32 (*txrx_word)(
56 u32 (*txrx_word)(struct spi_device *spi,
74 word = txrx_word(spi, ns, word, bits, flags);
84 u32 (*txrx_word)(struct spi_device *spi,
102 word = txrx_word(spi, ns, word, bits, flags);
112 u32 (*txrx_word)(struct spi_device *spi,
130 word = txrx_word(spi, ns, word, bits, flags);
198 cs->txrx_word = bitbang->txrx_word[spi->mode & (SPI_CPOL|SPI_CPHA)];
199 if (!cs->txrx_word) {
249 return cs->txrx_bufs(spi, cs->txrx_word, nsecs, t, flags);
251 return cs->txrx_bufs(spi, cs->txrx_word, nsecs, t, 0);