Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/linux/drivers/dma/dw-edma/
H A Ddw-edma-core.c46 struct dw_edma_chip *chip = chan->dw->chip; in dw_edma_get_pci_address()
78 struct dw_edma_chip *chip = desc->chan->dw->chip; in dw_edma_alloc_chunk()
712 struct dw_edma_chip *chip = dw->chip; in dw_edma_channel_setup()
833 struct dw_edma_chip *chip = dw->chip; in dw_edma_irq_request()
905 int dw_edma_probe(struct dw_edma_chip *chip) in dw_edma_probe()
984 int dw_edma_remove(struct dw_edma_chip *chip) in dw_edma_remove()
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()
H A Ddw-edma-core.h113 struct dw_edma_chip *chip;
/openbmc/linux/drivers/pci/controller/dwc/
H A Dpcie-designware.h402 struct dw_edma_chip edma;