Home
last modified time | relevance | path

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

/Linux-v6.6/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-v6.6/drivers/dma/dw/
Ddw.c133 int dw_dma_remove(struct dw_dma_chip *chip) in dw_dma_remove() function
137 EXPORT_SYMBOL_GPL(dw_dma_remove);
Dinternal.h58 .remove = dw_dma_remove,
/Linux-v6.6/drivers/tty/serial/8250/
D8250_lpss.c245 dw_dma_remove(chip); in qrk_serial_exit_dma()
/Linux-v6.6/sound/soc/intel/catpt/
Ddsp.c151 dw_dma_remove(cdev->dmac); in catpt_dmac_remove()
/Linux-v6.6/drivers/ata/
Dsata_dwc_460ex.c259 dw_dma_remove(hsdev->dma); in sata_dwc_dma_exit_old()