Home
last modified time | relevance | path

Searched refs:tfr (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/md/
A Ddm-log-userspace-transfer.c66 msg->seq = tfr->seq; in dm_ulog_sendto_server()
84 uint32_t rtn_seq = (msg) ? msg->seq : (tfr) ? tfr->seq : 0; in fill_pkg()
118 pkg->error = tfr->error; in fill_pkg()
119 memcpy(pkg->data, tfr->data, tfr->data_size); in fill_pkg()
143 else if (msg->len < sizeof(*tfr)) in cn_ulog_callback()
147 fill_pkg(NULL, tfr); in cn_ulog_callback()
203 tfr->luid = luid; in dm_consult_userspace()
204 tfr->seq = dm_ulog_seq++; in dm_consult_userspace()
213 tfr->data_size = data_size; in dm_consult_userspace()
219 pkg.seq = tfr->seq; in dm_consult_userspace()
[all …]
/linux/drivers/spi/
A Dspi-bcm2835.c122 struct spi_transfer *tfr; member
484 bs->tfr = tfr; in bcm2835_spi_transfer_prologue()
568 struct spi_transfer *tfr = bs->tfr; in bcm2835_spi_undo_prologue() local
681 nents = tfr->tx_sg.nents; in bcm2835_spi_prepare_sg()
682 sgl = tfr->tx_sg.sgl; in bcm2835_spi_prepare_sg()
688 sgl = tfr->rx_sg.sgl; in bcm2835_spi_prepare_sg()
1055 spi_hz = tfr->speed_hz; in bcm2835_spi_transfer_one()
1077 bs->tx_buf = tfr->tx_buf; in bcm2835_spi_transfer_one()
1078 bs->rx_buf = tfr->rx_buf; in bcm2835_spi_transfer_one()
1079 bs->tx_len = tfr->len; in bcm2835_spi_transfer_one()
[all …]
A Dspi-sun6i.c199 if (tfr->rx_buf) { in sun6i_spi_prepare_dma()
210 tfr->rx_sg.sgl, in sun6i_spi_prepare_dma()
219 if (tfr->tx_buf) { in sun6i_spi_prepare_dma()
241 if (tfr->rx_buf) { in sun6i_spi_prepare_dma()
246 if (tfr->tx_buf) { in sun6i_spi_prepare_dma()
301 if (tfr->tx_buf) in sun6i_spi_transfer_one()
303 if (tfr->rx_buf) in sun6i_spi_transfer_one()
339 rx_len = tfr->len; in sun6i_spi_transfer_one()
389 tx_len = tfr->len; in sun6i_spi_transfer_one()
425 tx_time = max(tfr->len * 8 * 2 / (tfr->speed_hz / 1000), 100U); in sun6i_spi_transfer_one()
[all …]
A Dspi-sun4i.c206 struct spi_transfer *tfr) in sun4i_spi_transfer_one() argument
216 if (tfr->len > SUN4I_MAX_XFER_SIZE) in sun4i_spi_transfer_one()
219 if (tfr->tx_buf && tfr->len >= SUN4I_MAX_XFER_SIZE) in sun4i_spi_transfer_one()
223 sspi->tx_buf = tfr->tx_buf; in sun4i_spi_transfer_one()
224 sspi->rx_buf = tfr->rx_buf; in sun4i_spi_transfer_one()
225 sspi->len = tfr->len; in sun4i_spi_transfer_one()
270 if (mclk_rate < (2 * tfr->speed_hz)) { in sun4i_spi_transfer_one()
289 div = mclk_rate / (2 * tfr->speed_hz); in sun4i_spi_transfer_one()
304 tx_len = tfr->len; in sun4i_spi_transfer_one()
328 tx_time = max(tfr->len * 8 * 2 / (tfr->speed_hz / 1000), 100U); in sun4i_spi_transfer_one()
[all …]
A Dspi-bcm2835aux.c265 struct spi_transfer *tfr) in __bcm2835aux_spi_transfer_one_irq() argument
280 struct spi_transfer *tfr) in bcm2835aux_spi_transfer_one_irq() argument
305 struct spi_transfer *tfr) in bcm2835aux_spi_transfer_one_poll() argument
335 spi, tfr); in bcm2835aux_spi_transfer_one_poll()
345 struct spi_transfer *tfr) in bcm2835aux_spi_transfer_one() argument
360 spi_hz = tfr->speed_hz; in bcm2835aux_spi_transfer_one()
380 bs->tx_buf = tfr->tx_buf; in bcm2835aux_spi_transfer_one()
381 bs->rx_buf = tfr->rx_buf; in bcm2835aux_spi_transfer_one()
382 bs->tx_len = tfr->len; in bcm2835aux_spi_transfer_one()
383 bs->rx_len = tfr->len; in bcm2835aux_spi_transfer_one()
[all …]
/linux/arch/mips/include/asm/octeon/
A Dcvmx-mio-defs.h3939 uint64_t tfr:8; member
3941 uint64_t tfr:8;
4354 uint64_t tfr:8; member
4356 uint64_t tfr:8;

Completed in 31 milliseconds