Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/spi/
A 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
A Dspi-fsl-cpm.c101 struct spi_transfer *t, bool is_dma_mapped) in fsl_spi_cpm_bufs() argument
106 if (is_dma_mapped) { in fsl_spi_cpm_bufs()
A Dspi-fsl-spi.c282 bool is_dma_mapped) in fsl_spi_bufs() argument
314 ret = fsl_spi_cpm_bufs(mpc8xxx_spi, t, is_dma_mapped); in fsl_spi_bufs()
A Dspi-atmel.c1298 if ((!host->cur_msg->is_dma_mapped) in atmel_spi_one_transfer()
1378 if (!host->cur_msg->is_dma_mapped in atmel_spi_one_transfer()
A Dspi-pxa2xx.c964 if (message->is_dma_mapped in pxa2xx_spi_transfer_one()
/linux-6.3-rc2/drivers/mmc/host/
A 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-6.3-rc2/Documentation/spi/
A Dpxa2xx.rst203 if spi_message.is_dma_mapped and rx_dma_buf != 0 and tx_dma_buf != 0 then
A Dspi-summary.rst426 you can use spi_message.is_dma_mapped to tell the controller driver
/linux-6.3-rc2/include/linux/spi/
A Dspi.h1094 unsigned is_dma_mapped:1; member

Completed in 24 milliseconds