Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/dma/
Ddw.h44 int dw_dma_remove(struct dw_dma_chip *chip);
49 static inline int dw_dma_remove(struct dw_dma_chip *chip) { return 0; } in dw_dma_remove() function
/Linux-v5.4/drivers/dma/dw/
Ddw.c134 int dw_dma_remove(struct dw_dma_chip *chip) in dw_dma_remove() function
138 EXPORT_SYMBOL_GPL(dw_dma_remove);
Dinternal.h58 .remove = dw_dma_remove,
/Linux-v5.4/drivers/tty/serial/8250/
D8250_lpss.c213 dw_dma_remove(chip); in qrk_serial_exit_dma()
/Linux-v5.4/sound/soc/intel/common/
Dsst-firmware.c207 dw_dma_remove(chip); in dw_remove()
/Linux-v5.4/drivers/ata/
Dsata_dwc_460ex.c271 dw_dma_remove(hsdev->dma); in sata_dwc_dma_exit_old()