Home
last modified time | relevance | path

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

/Linux-v6.1/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.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()
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()
Dspi-atmel.c1298 if ((!master->cur_msg->is_dma_mapped) in atmel_spi_one_transfer()
1378 if (!master->cur_msg->is_dma_mapped in atmel_spi_one_transfer()
Dspi-pxa2xx.c965 if (message->is_dma_mapped in pxa2xx_spi_transfer_one()
/Linux-v6.1/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.1/Documentation/spi/
Dpxa2xx.rst203 if spi_message.is_dma_mapped and rx_dma_buf != 0 and tx_dma_buf != 0 then
Dspi-summary.rst426 you can use spi_message.is_dma_mapped to tell the controller driver
/Linux-v6.1/include/linux/spi/
Dspi.h1030 unsigned is_dma_mapped:1; member