Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Datmel-mci.c353 void (*stop_transfer)(struct atmel_mci *host); member
707 host->stop_transfer(host); in atmci_timeout_timer()
1686 host->stop_transfer(host); in atmci_detect_change()
1690 host->stop_transfer(host); in atmci_detect_change()
1772 host->stop_transfer(host); in atmci_tasklet_func()
1887 host->stop_transfer(host); in atmci_tasklet_func()
1904 host->stop_transfer(host); in atmci_tasklet_func()
2515 host->stop_transfer = &atmci_stop_transfer_dma; in atmci_probe()
2520 host->stop_transfer = &atmci_stop_transfer_pdc; in atmci_probe()
2525 host->stop_transfer = &atmci_stop_transfer; in atmci_probe()
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Ddwc2.c924 int stop_transfer = 0; in chunk_msg() local
992 stop_transfer = 0; in chunk_msg()
1015 stop_transfer = 1; in chunk_msg()
1023 } while (((done < len) && !stop_transfer) || complete_split); in chunk_msg()
/OK3568_Linux_fs/kernel/drivers/dma/xilinx/
H A Dxilinx_dma.c448 int (*stop_transfer)(struct xilinx_dma_chan *chan); member
2439 err = chan->stop_transfer(chan); in xilinx_dma_terminate_all()
2858 chan->stop_transfer = xilinx_dma_stop_transfer; in xilinx_dma_chan_probe()
2861 chan->stop_transfer = xilinx_dma_stop_transfer; in xilinx_dma_chan_probe()
2864 chan->stop_transfer = xilinx_cdma_stop_transfer; in xilinx_dma_chan_probe()
2867 chan->stop_transfer = xilinx_dma_stop_transfer; in xilinx_dma_chan_probe()