Home
last modified time | relevance | path

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

/linux/include/linux/dma/
H A Dedma.h105 int dw_edma_remove(struct dw_edma_chip *chip);
112 static inline int dw_edma_remove(struct dw_edma_chip *chip) in dw_edma_remove() function
/linux/drivers/dma/dw-edma/
H A Ddw-edma-pcie.c360 err = dw_edma_remove(chip); in dw_edma_pcie_remove()
H A Ddw-edma-core.c1000 int dw_edma_remove(struct dw_edma_chip *chip) in dw_edma_remove() function
1028 EXPORT_SYMBOL_GPL(dw_edma_remove);
/linux/drivers/pci/controller/dwc/
H A Dpcie-designware.c1225 dw_edma_remove(&pci->edma); in dw_pcie_edma_remove()