Searched refs:dw_dma_probe (Results 1 - 6 of 6) sorted by relevance

/linux-master/include/linux/dma/
H A Ddw.h27 * @dw: struct dw_dma that is filed by dw_dma_probe()
43 int dw_dma_probe(struct dw_dma_chip *chip);
48 static inline int dw_dma_probe(struct dw_dma_chip *chip) { return -ENODEV; } function
/linux-master/drivers/dma/dw/
H A Dinternal.h57 .probe = dw_dma_probe,
H A Ddw.c106 int dw_dma_probe(struct dw_dma_chip *chip) function
131 EXPORT_SYMBOL_GPL(dw_dma_probe); variable
/linux-master/drivers/tty/serial/8250/
H A D8250_lpss.c219 ret = dw_dma_probe(chip);
/linux-master/sound/soc/intel/catpt/
H A Ddsp.c135 ret = dw_dma_probe(dmac);
/linux-master/drivers/ata/
H A Dsata_dwc_460ex.c251 return dw_dma_probe(hsdev->dma);

Completed in 157 milliseconds