Home
last modified time | relevance | path

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

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