Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/drivers/dma/dw-edma/
H A Ddw-edma-core.c47 struct dw_edma_chip *chip = chan->dw->chip; in dw_edma_get_pci_address()
79 struct dw_edma_chip *chip = desc->chan->dw->chip; in dw_edma_alloc_chunk()
713 struct dw_edma_chip *chip = dw->chip; in dw_edma_channel_setup()
835 struct dw_edma_chip *chip = dw->chip; in dw_edma_irq_request()
907 int dw_edma_probe(struct dw_edma_chip *chip) in dw_edma_probe()
986 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.c165 struct dw_edma_chip *chip; in dw_edma_pcie_probe()
349 struct dw_edma_chip *chip = pci_get_drvdata(pdev); in dw_edma_pcie_remove()
/linux-6.15/drivers/pci/controller/dwc/
H A Dpcie-designware.h498 struct dw_edma_chip edma;