Home
last modified time | relevance | path

Searched refs:xfer_in_progress (Results 1 – 5 of 5) sorted by relevance

/drivers/spi/
A Dspi-fsl-cpm.c80 xfer_ofs = mspi->xfer_in_progress->len - mspi->count; in fsl_spi_cpm_bufs_start()
161 mspi->xfer_in_progress = t; in fsl_spi_cpm_bufs()
179 struct spi_transfer *t = mspi->xfer_in_progress; in fsl_spi_cpm_bufs_complete()
185 mspi->xfer_in_progress = NULL; in fsl_spi_cpm_bufs_complete()
A Dspi-fsl-lib.h35 struct spi_transfer *xfer_in_progress; member
A Dspi-cadence-xspi.c378 bool xfer_in_progress; member
1056 if (!cdns_xspi->xfer_in_progress) { in cdns_xspi_transfer_one_message_b0()
1060 cdns_xspi->xfer_in_progress = true; in cdns_xspi_transfer_one_message_b0()
1134 cdns_xspi->xfer_in_progress = false; in cdns_xspi_transfer_one_message_b0()
/drivers/i2c/busses/
A Di2c-at91-master.c139 if (dma->xfer_in_progress) { in at91_twi_dma_cleanup()
144 dma->xfer_in_progress = false; in at91_twi_dma_cleanup()
262 dma->xfer_in_progress = true; in at91_twi_write_data_dma()
380 dma->xfer_in_progress = true; in at91_twi_read_data_dma()
810 dma->xfer_in_progress = false; in at91_twi_configure_dma()
A Di2c-at91.h134 bool xfer_in_progress; member

Completed in 14 milliseconds