Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/dma/
Dvirt-dma.c52 int vchan_tx_desc_free(struct dma_async_tx_descriptor *tx) in vchan_tx_desc_free() function
67 EXPORT_SYMBOL_GPL(vchan_tx_desc_free);
Dvirt-dma.h50 extern int vchan_tx_desc_free(struct dma_async_tx_descriptor *);
66 vd->tx.desc_free = vchan_tx_desc_free; in vchan_tx_prep()