Home
last modified time | relevance | path

Searched refs:is_dma_mapped (Results 1 – 9 of 9) sorted by relevance

/Linux-v6.6/drivers/spi/
Dspi-fsl-cpm.h23 struct spi_transfer *t, bool is_dma_mapped);
32 bool is_dma_mapped) { return 0; } in fsl_spi_cpm_bufs() argument
Dspi-fsl-cpm.c102 struct spi_transfer *t, bool is_dma_mapped) in fsl_spi_cpm_bufs() argument
107 if (is_dma_mapped) { in fsl_spi_cpm_bufs()
Dspi-fsl-spi.c253 bool is_dma_mapped) in fsl_spi_bufs() argument
277 ret = fsl_spi_cpm_bufs(mpc8xxx_spi, t, is_dma_mapped); in fsl_spi_bufs()
Dspi-atmel.c1300 if ((!host->cur_msg->is_dma_mapped) in atmel_spi_one_transfer()
1382 if (!host->cur_msg->is_dma_mapped in atmel_spi_one_transfer()
Dspi-pxa2xx.c964 if (message->is_dma_mapped in pxa2xx_spi_transfer_one()
/Linux-v6.6/drivers/mmc/host/
Dmmc_spi.c515 host->m.is_dma_mapped = 1; in mmc_spi_command_send()
559 host->m.is_dma_mapped = 1; in mmc_spi_setup_data_message()
1416 host->readback.is_dma_mapped = (host->dma_dev != NULL); in mmc_spi_probe()
/Linux-v6.6/Documentation/spi/
Dpxa2xx.rst203 if spi_message.is_dma_mapped and rx_dma_buf != 0 and tx_dma_buf != 0 then
Dspi-summary.rst423 you can use spi_message.is_dma_mapped to tell the controller driver
/Linux-v6.6/include/linux/spi/
Dspi.h1111 unsigned is_dma_mapped:1; member