Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/dma/
Dedma.h62 struct dw_edma_chip { struct
88 int dw_edma_probe(struct dw_edma_chip *chip); argument
89 int dw_edma_remove(struct dw_edma_chip *chip);
91 static inline int dw_edma_probe(struct dw_edma_chip *chip) in dw_edma_probe()
96 static inline int dw_edma_remove(struct dw_edma_chip *chip) in dw_edma_remove()
/linux-6.1.9/drivers/dma/dw-edma/
Ddw-edma-core.h114 struct dw_edma_chip *chip;
Ddw-edma-core.c66 struct dw_edma_chip *chip = desc->chan->dw->chip; in dw_edma_alloc_chunk()
707 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()
911 int dw_edma_probe(struct dw_edma_chip *chip) in dw_edma_probe()
989 int dw_edma_remove(struct dw_edma_chip *chip) in dw_edma_remove()
Ddw-edma-pcie.c150 struct dw_edma_chip *chip; in dw_edma_pcie_probe()
335 struct dw_edma_chip *chip = pci_get_drvdata(pdev); in dw_edma_pcie_remove()