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,
75 word = txrx_word(spi, ns, word, bits, flags);
85 u32 (*txrx_word)(struct spi_device *spi,
104 word = txrx_word(spi, ns, word, bits, flags);
114 u32 (*txrx_word)(struct spi_device *spi,
133 word = txrx_word(spi, ns, word, bits, flags);
201 cs->txrx_word = bitbang->txrx_word[spi->mode & (SPI_CPOL|SPI_CPHA)];
202 if (!cs->txrx_word) {
252 return cs->txrx_bufs(spi, cs->txrx_word, nsecs, t, flags);
254 return cs->txrx_bufs(spi, cs->txrx_word, nsecs, t, 0);