Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/mmc/host/
Datmel-mci.c353 void (*stop_transfer)(struct atmel_mci *host); member
707 host->stop_transfer(host); in atmci_timeout_timer()
1685 host->stop_transfer(host); in atmci_detect_change()
1689 host->stop_transfer(host); in atmci_detect_change()
1771 host->stop_transfer(host); in atmci_tasklet_func()
1886 host->stop_transfer(host); in atmci_tasklet_func()
1903 host->stop_transfer(host); in atmci_tasklet_func()
2514 host->stop_transfer = &atmci_stop_transfer_dma; in atmci_probe()
2519 host->stop_transfer = &atmci_stop_transfer_pdc; in atmci_probe()
2524 host->stop_transfer = &atmci_stop_transfer; in atmci_probe()
/Linux-v6.1/drivers/dma/xilinx/
Dxilinx_dma.c448 int (*stop_transfer)(struct xilinx_dma_chan *chan); member
2447 err = chan->stop_transfer(chan); in xilinx_dma_terminate_all()
2875 chan->stop_transfer = xilinx_dma_stop_transfer; in xilinx_dma_chan_probe()
2878 chan->stop_transfer = xilinx_dma_stop_transfer; in xilinx_dma_chan_probe()
2881 chan->stop_transfer = xilinx_cdma_stop_transfer; in xilinx_dma_chan_probe()
2884 chan->stop_transfer = xilinx_dma_stop_transfer; in xilinx_dma_chan_probe()