Lines Matching refs:tfr
227 struct spi_transfer *tfr) in __bcm2835aux_spi_transfer_one_irq() argument
242 struct spi_transfer *tfr) in bcm2835aux_spi_transfer_one_irq() argument
259 return __bcm2835aux_spi_transfer_one_irq(master, spi, tfr); in bcm2835aux_spi_transfer_one_irq()
264 struct spi_transfer *tfr) in bcm2835aux_spi_transfer_one_poll() argument
306 spi, tfr); in bcm2835aux_spi_transfer_one_poll()
319 struct spi_transfer *tfr) in bcm2835aux_spi_transfer_one() argument
339 spi_hz = tfr->speed_hz; in bcm2835aux_spi_transfer_one()
363 bs->tx_buf = tfr->tx_buf; in bcm2835aux_spi_transfer_one()
364 bs->rx_buf = tfr->rx_buf; in bcm2835aux_spi_transfer_one()
365 bs->tx_len = tfr->len; in bcm2835aux_spi_transfer_one()
366 bs->rx_len = tfr->len; in bcm2835aux_spi_transfer_one()
374 xfer_time_us = tfr->len * 9 * 1000000; in bcm2835aux_spi_transfer_one()
379 return bcm2835aux_spi_transfer_one_poll(master, spi, tfr); in bcm2835aux_spi_transfer_one()
382 return bcm2835aux_spi_transfer_one_irq(master, spi, tfr); in bcm2835aux_spi_transfer_one()