Searched refs:stop_transfer (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/mmc/host/
H A Datmel-mci.c310 * @stop_transfer: function to stop data transfer which depends on MCI
388 void (*stop_transfer)(struct atmel_mci *host); member in struct:atmel_mci
752 * stop_transfer() is not called then the DMA request is not
756 host->stop_transfer(host);
1732 host->stop_transfer(host);
1736 host->stop_transfer(host);
1818 host->stop_transfer(host);
1930 host->stop_transfer(host);
1947 host->stop_transfer(host);
2549 host->stop_transfer
[all...]
/linux-master/drivers/dma/xilinx/
H A Dxilinx_dma.c415 * @stop_transfer: Differentiate b/w DMA IP's quiesce
454 int (*stop_transfer)(struct xilinx_dma_chan *chan); member in struct:xilinx_dma_chan
2492 err = chan->stop_transfer(chan);
2922 chan->stop_transfer = xilinx_dma_stop_transfer;
2925 chan->stop_transfer = xilinx_dma_stop_transfer;
2928 chan->stop_transfer = xilinx_cdma_stop_transfer;
2931 chan->stop_transfer = xilinx_dma_stop_transfer;

Completed in 208 milliseconds