Searched refs:recv_frames (Results 1 – 9 of 9) sorted by relevance
70 int recv_frames; member255 return ctx->recv_frames; in spi_context_wait_for_completion()283 status = ctx->recv_frames; in spi_context_complete()488 ctx->recv_frames = 0; in spi_context_buffers_setup()562 ctx->recv_frames += len; in spi_context_update_rx()
379 ret = data->ctx.recv_frames; in transceive()559 data->ctx.recv_frames = MIN(spi_context_total_tx_len(&data->ctx), in ra_spi_rxi_isr()562 data->ctx.recv_frames = data->data_len; in ra_spi_rxi_isr()
440 ret = data->ctx.recv_frames; in transceive()608 data->ctx.recv_frames = MIN(spi_context_total_tx_len(&data->ctx), in ra_spi_rxi_isr()611 data->ctx.recv_frames = data->data_len; in ra_spi_rxi_isr()
452 ret = data->ctx.recv_frames; in transceive()
719 ret = data->ctx.recv_frames; in spi_cdns_transceive()
460 ret = spi->ctx.recv_frames; in transceive()
1047 ret = data->ctx.recv_frames; in transceive()1341 ret = data->ctx.recv_frames; in transceive_dma()
422 ret = spi_ctx->recv_frames; in transceive()
533 ret = data->ctx.recv_frames; in transceive()
Completed in 18 milliseconds