Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/dma/
H A Dedma.h106 int dw_edma_probe(struct dw_edma_chip *chip);
109 static inline int dw_edma_probe(struct dw_edma_chip *chip) in dw_edma_probe() function
/openbmc/linux/drivers/dma/dw-edma/
H A Ddw-edma-pcie.c335 err = dw_edma_probe(chip); in dw_edma_pcie_probe()
H A Ddw-edma-core.c905 int dw_edma_probe(struct dw_edma_chip *chip) in dw_edma_probe() function
982 EXPORT_SYMBOL_GPL(dw_edma_probe);
/openbmc/linux/drivers/pci/controller/dwc/
H A Dpcie-designware.c1009 ret = dw_edma_probe(&pci->edma); in dw_pcie_edma_detect()