Home
last modified time | relevance | path

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

/linux/include/linux/
H A Ddmaengine.h991 dmaengine_prep_config_single(struct dma_chan *chan, dma_addr_t buf, size_t len, in dmaengine_prep_config_single() function
1025 return dmaengine_prep_config_single(chan, buf, len, dir, flags, NULL); in dmaengine_prep_slave_single()
/linux/drivers/pci/endpoint/functions/
H A Dpci-epf-test.c186 tx = dmaengine_prep_config_single(chan, dma_local, len, in pci_epf_test_data_transfer()