Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/spi/
H A Dspi-omap2-mcspi.c1200 master->cur_msg_mapped && in omap2_mcspi_transfer_one()
1212 master->cur_msg_mapped && in omap2_mcspi_transfer_one()
H A Dspi.c997 ctlr->cur_msg_mapped = true; in __spi_map_msg()
1007 if (!ctlr->cur_msg_mapped || !ctlr->can_dma) in __spi_unmap_msg()
1028 ctlr->cur_msg_mapped = false; in __spi_unmap_msg()
1289 if (ctlr->cur_msg_mapped && in spi_transfer_one_message()
H A Dspi-dw-core.c432 dws->dma_mapped = master->cur_msg_mapped; in dw_spi_transfer_one()
H A Dspi-qup.c686 spi->master->cur_msg_mapped) in spi_qup_io_prep()
H A Dspi-pxa2xx.c1045 controller->cur_msg_mapped; in pxa2xx_spi_transfer_one()
/OK3568_Linux_fs/kernel/include/linux/spi/
H A Dspi.h613 bool cur_msg_mapped; member