Lines Matching refs:t
202 static int uwire_txrx(struct spi_device *spi, struct spi_transfer *t) in uwire_txrx() argument
204 unsigned len = t->len; in uwire_txrx()
205 unsigned bits = t->bits_per_word; in uwire_txrx()
210 if (!t->tx_buf && !t->rx_buf) in uwire_txrx()
216 if (t->tx_buf) { in uwire_txrx()
217 const u8 *buf = t->tx_buf; in uwire_txrx()
263 } else if (t->rx_buf) { in uwire_txrx()
264 u8 *buf = t->rx_buf; in uwire_txrx()
306 static int uwire_setup_transfer(struct spi_device *spi, struct spi_transfer *t) in uwire_setup_transfer() argument
344 if (t != NULL) in uwire_setup_transfer()
345 hz = t->speed_hz; in uwire_setup_transfer()