Home
last modified time | relevance | path

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

/openbmc/linux/drivers/dma/
H A Dvirt-dma.c49 int vchan_tx_desc_free(struct dma_async_tx_descriptor *tx) in vchan_tx_desc_free() function
64 EXPORT_SYMBOL_GPL(vchan_tx_desc_free);
H A Dvirt-dma.h48 extern int vchan_tx_desc_free(struct dma_async_tx_descriptor *);
64 vd->tx.desc_free = vchan_tx_desc_free; in vchan_tx_prep()