Home
last modified time | relevance | path

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

/linux/include/linux/dma/
H A Dedma.h123 struct dw_edma_chip { struct
124 struct device *dev;
125 int nr_irqs;
126 const struct dw_edma_plat_ops *ops;
127 u32 flags;
129 void __iomem *reg_base;
154 int dw_edma_probe(struct dw_edma_chip *chip); argument