Home
last modified time | relevance | path

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

/linux/include/linux/dma/
H A Ddw.h43 int dw_dma_probe(struct dw_dma_chip *chip);
48 static inline int dw_dma_probe(struct dw_dma_chip *chip) { return -ENODEV; } in dw_dma_probe() function
/linux/drivers/dma/dw/
H A Ddw.c115 int dw_dma_probe(struct dw_dma_chip *chip) in dw_dma_probe() function
139 EXPORT_SYMBOL_GPL(dw_dma_probe);
H A Dinternal.h59 .probe = dw_dma_probe,
/linux/drivers/tty/serial/8250/
H A D8250_lpss.c219 ret = dw_dma_probe(chip); in qrk_serial_setup_dma()
/linux/sound/soc/intel/catpt/
H A Ddsp.c135 ret = dw_dma_probe(dmac); in catpt_dmac_probe()