Home
last modified time | relevance | path

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

/linux/include/linux/dma/
H A Dedma.h81 struct dw_edma_chip { struct
106 int dw_edma_probe(struct dw_edma_chip *chip); argument
107 int dw_edma_remove(struct dw_edma_chip *chip);
109 static inline int dw_edma_probe(struct dw_edma_chip *chip) in dw_edma_probe()
114 static inline int dw_edma_remove(struct dw_edma_chip *chip) in dw_edma_remove()
/linux/drivers/dma/dw-edma/
H A Ddw-edma-core.c35 struct dw_edma_chip *chip = chan->dw->chip; in dw_edma_get_pci_address()
67 struct dw_edma_chip *chip = desc->chan->dw->chip; in dw_edma_alloc_chunk()
723 struct dw_edma_chip *chip = dw->chip; in dw_edma_channel_setup()
845 struct dw_edma_chip *chip = dw->chip; in dw_edma_irq_request()
917 int dw_edma_probe(struct dw_edma_chip *chip) in dw_edma_probe()
996 int dw_edma_remove(struct dw_edma_chip *chip) in dw_edma_remove()
H A Ddw-edma-core.h113 struct dw_edma_chip *chip;
H A Ddw-edma-pcie.c166 struct dw_edma_chip *chip; in dw_edma_pcie_probe()
356 struct dw_edma_chip *chip = pci_get_drvdata(pdev); in dw_edma_pcie_remove()