Lines Matching refs:txrx_bufs
44 unsigned (*txrx_bufs)(struct spi_device *,
156 cs->txrx_bufs = bitbang_txrx_8;
158 cs->txrx_bufs = bitbang_txrx_16;
160 cs->txrx_bufs = bitbang_txrx_32;
249 return cs->txrx_bufs(spi, cs->txrx_word, nsecs, t, flags);
251 return cs->txrx_bufs(spi, cs->txrx_word, nsecs, t, 0);
295 status = bitbang->txrx_bufs(spi, transfer);
376 if (!bitbang->txrx_bufs) {
378 bitbang->txrx_bufs = spi_bitbang_bufs;
408 * master methods. Those methods are the defaults if the bitbang->txrx_bufs