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.h123 struct dw_edma_chip { struct
154 int dw_edma_probe(struct dw_edma_chip *chip); argument
155 int dw_edma_remove(struct dw_edma_chip *chip);
157 static inline int dw_edma_probe(struct dw_edma_chip *chip) in dw_edma_probe()
162 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.c41 struct dw_edma_chip *chip = chan->dw->chip; in dw_edma_get_pci_address()
174 struct dw_edma_chip *chip = chan->dw->chip; in dw_edma_get_default_irq_mode()
742 struct dw_edma_chip *chip = dw->chip; in dw_edma_emul_irq_alloc()
779 struct dw_edma_chip *chip = dw->chip; in dw_edma_emul_irq_free()
918 struct dw_edma_chip *chip = dw->chip; in dw_edma_channel_setup()
1039 struct dw_edma_chip *chip = dw->chip; in dw_edma_irq_request()
1112 static int dw_edma_check_partial(struct dw_edma_chip *chip, in dw_edma_check_partial()
1133 int dw_edma_probe(struct dw_edma_chip *chip) in dw_edma_probe()
1268 int dw_edma_remove(struct dw_edma_chip *chip) in dw_edma_remove()
H A Ddw-edma-core.h122 struct dw_edma_chip *chip;
H A Ddw-edma-pcie.c399 struct dw_edma_chip *chip; in dw_edma_pcie_probe()
618 struct dw_edma_chip *chip = pci_get_drvdata(pdev); in dw_edma_pcie_remove()