Lines Matching defs:stop_transfer
309 * @stop_transfer: function to stop data transfer which depends on MCI
387 void (*stop_transfer)(struct atmel_mci *host);
747 * stop_transfer() is not called then the DMA request is not
751 host->stop_transfer(host);
1727 host->stop_transfer(host);
1731 host->stop_transfer(host);
1813 host->stop_transfer(host);
1925 host->stop_transfer(host);
1942 host->stop_transfer(host);
2544 host->stop_transfer = &atmci_stop_transfer_dma;
2549 host->stop_transfer = &atmci_stop_transfer_pdc;
2554 host->stop_transfer = &atmci_stop_transfer;