Lines Matching defs:xfer
178 omap1_spi100k_txrx_pio(struct spi_device *spi, struct spi_transfer *xfer)
184 count = xfer->len;
192 rx = xfer->rx_buf;
193 tx = xfer->tx_buf;
196 if (xfer->tx_buf != NULL)
198 if (xfer->rx_buf != NULL)
205 rx = xfer->rx_buf;
206 tx = xfer->tx_buf;
209 if (xfer->tx_buf != NULL)
211 if (xfer->rx_buf != NULL)
218 rx = xfer->rx_buf;
219 tx = xfer->tx_buf;
222 if (xfer->tx_buf != NULL)
224 if (xfer->rx_buf != NULL)
325 /* ignore the "leave it on after last xfer" hint */