Home
last modified time | relevance | path

Searched refs:cur_msg_mapped (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/spi/
H A Dspi.c1291 ctlr->cur_msg_mapped = true; in __spi_map_msg()
1302 if (!ctlr->cur_msg_mapped || !ctlr->can_dma) in __spi_unmap_msg()
1318 ctlr->cur_msg_mapped = false; in __spi_unmap_msg()
1329 if (!ctlr->cur_msg_mapped) in spi_dma_sync_for_device()
1345 if (!ctlr->cur_msg_mapped) in spi_dma_sync_for_cpu()
1651 if (ctlr->cur_msg_mapped && in spi_transfer_one_message()
H A Dspi-ingenic.c249 if (ctlr->cur_msg_mapped && can_dma) in spi_ingenic_transfer_one()
H A Dspi-omap2-mcspi.c1211 ctlr->cur_msg_mapped && in omap2_mcspi_transfer_one()
1223 ctlr->cur_msg_mapped && in omap2_mcspi_transfer_one()
H A Dspi-dw-core.c442 dws->dma_mapped = host->cur_msg_mapped; in dw_spi_transfer_one()
H A Dspi-pci1xxxx.c570 if (spi_ctlr->can_dma(spi_ctlr, spi, xfer) && spi_ctlr->cur_msg_mapped) in pci1xxxx_spi_transfer_one()
H A Dspi-qup.c714 spi->controller->cur_msg_mapped) in spi_qup_io_prep()
H A Dspi-pxa2xx.c1009 controller->cur_msg_mapped; in pxa2xx_spi_transfer_one()
/linux/include/linux/spi/
H A Dspi.h711 bool cur_msg_mapped; member