Lines Matching defs:stop_transfer
275 * @stop_transfer: function to stop data transfer which depends on MCI
353 void (*stop_transfer)(struct atmel_mci *host);
703 * stop_transfer() is not called then the DMA request is not
707 host->stop_transfer(host);
1686 host->stop_transfer(host);
1690 host->stop_transfer(host);
1772 host->stop_transfer(host);
1884 host->stop_transfer(host);
1901 host->stop_transfer(host);
2515 host->stop_transfer = &atmci_stop_transfer_dma;
2520 host->stop_transfer = &atmci_stop_transfer_pdc;
2525 host->stop_transfer = &atmci_stop_transfer;