Lines Matching refs:tfr
229 struct spi_transfer *tfr) in __bcm2835aux_spi_transfer_one_irq() argument
244 struct spi_transfer *tfr) in bcm2835aux_spi_transfer_one_irq() argument
261 return __bcm2835aux_spi_transfer_one_irq(master, spi, tfr); in bcm2835aux_spi_transfer_one_irq()
266 struct spi_transfer *tfr) in bcm2835aux_spi_transfer_one_poll() argument
292 spi, tfr); in bcm2835aux_spi_transfer_one_poll()
302 struct spi_transfer *tfr) in bcm2835aux_spi_transfer_one() argument
318 spi_hz = tfr->speed_hz; in bcm2835aux_spi_transfer_one()
338 bs->tx_buf = tfr->tx_buf; in bcm2835aux_spi_transfer_one()
339 bs->rx_buf = tfr->rx_buf; in bcm2835aux_spi_transfer_one()
340 bs->tx_len = tfr->len; in bcm2835aux_spi_transfer_one()
341 bs->rx_len = tfr->len; in bcm2835aux_spi_transfer_one()
349 xfer_time_us = tfr->len * 9 * 1000000; in bcm2835aux_spi_transfer_one()
354 return bcm2835aux_spi_transfer_one_poll(master, spi, tfr); in bcm2835aux_spi_transfer_one()
357 return bcm2835aux_spi_transfer_one_irq(master, spi, tfr); in bcm2835aux_spi_transfer_one()