Home
last modified time | relevance | path

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

/linux/include/linux/dma/
H A Dedma.h154 int dw_edma_probe(struct dw_edma_chip *chip);
157 static inline int dw_edma_probe(struct dw_edma_chip *chip) in dw_edma_probe() function
/linux/drivers/dma/dw-edma/
H A Ddw-edma-core.c1133 int dw_edma_probe(struct dw_edma_chip *chip) in dw_edma_probe() function
1266 EXPORT_SYMBOL_GPL(dw_edma_probe);
H A Ddw-edma-pcie.c604 err = dw_edma_probe(chip); in dw_edma_pcie_probe()