Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dnpcm7xx_smbus-test.c226 static void stop_transfer(QTestState *qts, uint64_t base_addr) in stop_transfer() function
367 stop_transfer(qts, base_addr); in test_invalid_addr()
394 stop_transfer(qts, base_addr); in test_single_mode()
404 stop_transfer(qts, base_addr); in test_single_mode()
441 stop_transfer(qts, base_addr); in test_fifo_mode()
460 stop_transfer(qts, base_addr); in test_fifo_mode()
/openbmc/linux/drivers/mmc/host/
H A Datmel-mci.c387 void (*stop_transfer)(struct atmel_mci *host); member
751 host->stop_transfer(host); in atmci_timeout_timer()
1727 host->stop_transfer(host); in atmci_detect_change()
1731 host->stop_transfer(host); in atmci_detect_change()
1813 host->stop_transfer(host); in atmci_tasklet_func()
1925 host->stop_transfer(host); in atmci_tasklet_func()
1942 host->stop_transfer(host); in atmci_tasklet_func()
2544 host->stop_transfer = &atmci_stop_transfer_dma; in atmci_probe()
2549 host->stop_transfer = &atmci_stop_transfer_pdc; in atmci_probe()
2554 host->stop_transfer = &atmci_stop_transfer; in atmci_probe()
/openbmc/u-boot/drivers/usb/host/
H A Ddwc2.c921 int stop_transfer = 0; in chunk_msg() local
989 stop_transfer = 0; in chunk_msg()
1012 stop_transfer = 1; in chunk_msg()
1020 } while (((done < len) && !stop_transfer) || complete_split); in chunk_msg()
/openbmc/linux/drivers/dma/xilinx/
H A Dxilinx_dma.c452 int (*stop_transfer)(struct xilinx_dma_chan *chan); member
2486 err = chan->stop_transfer(chan); in xilinx_dma_terminate_all()
2916 chan->stop_transfer = xilinx_dma_stop_transfer; in xilinx_dma_chan_probe()
2919 chan->stop_transfer = xilinx_dma_stop_transfer; in xilinx_dma_chan_probe()
2922 chan->stop_transfer = xilinx_cdma_stop_transfer; in xilinx_dma_chan_probe()
2925 chan->stop_transfer = xilinx_dma_stop_transfer; in xilinx_dma_chan_probe()