Lines Matching refs:tfr
235 struct spi_transfer *tfr) in __bcm2835aux_spi_transfer_one_irq() argument
250 struct spi_transfer *tfr) in bcm2835aux_spi_transfer_one_irq() argument
267 return __bcm2835aux_spi_transfer_one_irq(master, spi, tfr); in bcm2835aux_spi_transfer_one_irq()
272 struct spi_transfer *tfr) in bcm2835aux_spi_transfer_one_poll() argument
314 spi, tfr); in bcm2835aux_spi_transfer_one_poll()
324 struct spi_transfer *tfr) in bcm2835aux_spi_transfer_one() argument
339 spi_hz = tfr->speed_hz; in bcm2835aux_spi_transfer_one()
359 bs->tx_buf = tfr->tx_buf; in bcm2835aux_spi_transfer_one()
360 bs->rx_buf = tfr->rx_buf; in bcm2835aux_spi_transfer_one()
361 bs->tx_len = tfr->len; in bcm2835aux_spi_transfer_one()
362 bs->rx_len = tfr->len; in bcm2835aux_spi_transfer_one()
374 if (tfr->len < spi_used_hz / HZ_PER_BYTE) in bcm2835aux_spi_transfer_one()
375 return bcm2835aux_spi_transfer_one_poll(master, spi, tfr); in bcm2835aux_spi_transfer_one()
378 return bcm2835aux_spi_transfer_one_irq(master, spi, tfr); in bcm2835aux_spi_transfer_one()