Lines Matching refs:txrx_bufs
44 unsigned (*txrx_bufs)(struct spi_device *,
159 cs->txrx_bufs = bitbang_txrx_8;
161 cs->txrx_bufs = bitbang_txrx_16;
163 cs->txrx_bufs = bitbang_txrx_32;
252 return cs->txrx_bufs(spi, cs->txrx_word, nsecs, t, flags);
254 return cs->txrx_bufs(spi, cs->txrx_word, nsecs, t, 0);
298 status = bitbang->txrx_bufs(spi, transfer);
379 if (!bitbang->txrx_bufs) {
381 bitbang->txrx_bufs = spi_bitbang_bufs;
411 * master methods. Those methods are the defaults if the bitbang->txrx_bufs