Home
last modified time | relevance | path

Searched refs:dw_dma_remove (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/include/linux/dma/
Ddw.h47 int dw_dma_remove(struct dw_dma_chip *chip);
50 static inline int dw_dma_remove(struct dw_dma_chip *chip) { return 0; } in dw_dma_remove() function
/Linux-v4.19/drivers/dma/dw/
Dpci.c81 ret = dw_dma_remove(chip); in dw_pci_remove()
Dplatform.c249 dw_dma_remove(chip); in dw_remove()
Dcore.c1392 int dw_dma_remove(struct dw_dma_chip *chip) in dw_dma_remove() function
1414 EXPORT_SYMBOL_GPL(dw_dma_remove);
/Linux-v4.19/drivers/tty/serial/8250/
D8250_lpss.c203 dw_dma_remove(&lpss->dma_chip); in qrk_serial_exit_dma()
/Linux-v4.19/drivers/ata/
Dsata_dwc_460ex.c275 dw_dma_remove(hsdev->dma); in sata_dwc_dma_exit_old()
/Linux-v4.19/sound/soc/intel/common/
Dsst-firmware.c216 dw_dma_remove(chip); in dw_remove()