Lines Matching refs:txrx_word
47 spi_bb_txrx_word_fn txrx_word;
52 spi_bb_txrx_word_fn txrx_word,
71 word = txrx_word(spi, ns, word, bits, flags);
83 spi_bb_txrx_word_fn txrx_word,
102 word = txrx_word(spi, ns, word, bits, flags);
114 spi_bb_txrx_word_fn txrx_word,
133 word = txrx_word(spi, ns, word, bits, flags);
204 cs->txrx_word = bitbang->txrx_word[spi->mode & (SPI_CPOL|SPI_CPHA)];
205 if (!cs->txrx_word) {
258 return cs->txrx_bufs(spi, cs->txrx_word, nsecs, t, flags);
260 return cs->txrx_bufs(spi, cs->txrx_word, nsecs, t, 0);