Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/mmc/host/
Datmel-mci.c350 void (*stop_transfer)(struct atmel_mci *host); member
704 host->stop_transfer(host); in atmci_timeout_timer()
1680 host->stop_transfer(host); in atmci_detect_change()
1684 host->stop_transfer(host); in atmci_detect_change()
1766 host->stop_transfer(host); in atmci_tasklet_func()
1881 host->stop_transfer(host); in atmci_tasklet_func()
1898 host->stop_transfer(host); in atmci_tasklet_func()
2510 host->stop_transfer = &atmci_stop_transfer_dma; in atmci_probe()
2515 host->stop_transfer = &atmci_stop_transfer_pdc; in atmci_probe()
2520 host->stop_transfer = &atmci_stop_transfer; in atmci_probe()
/Linux-v5.4/drivers/dma/xilinx/
Dxilinx_dma.c385 int (*stop_transfer)(struct xilinx_dma_chan *chan); member
2068 err = chan->stop_transfer(chan); in xilinx_dma_terminate_all()
2491 chan->stop_transfer = xilinx_dma_stop_transfer; in xilinx_dma_chan_probe()
2494 chan->stop_transfer = xilinx_cdma_stop_transfer; in xilinx_dma_chan_probe()
2497 chan->stop_transfer = xilinx_dma_stop_transfer; in xilinx_dma_chan_probe()