Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/dma/
Ddw.h46 int dw_dma_probe(struct dw_dma_chip *chip);
49 static inline int dw_dma_probe(struct dw_dma_chip *chip) { return -ENODEV; } in dw_dma_probe() function
/Linux-v4.19/drivers/dma/dw/
Dpci.c67 ret = dw_dma_probe(chip); in dw_pci_probe()
Dplatform.c217 err = dw_dma_probe(chip); in dw_probe()
Dcore.c1188 int dw_dma_probe(struct dw_dma_chip *chip) in dw_dma_probe() function
1390 EXPORT_SYMBOL_GPL(dw_dma_probe);
/Linux-v4.19/drivers/tty/serial/8250/
D8250_lpss.c179 ret = dw_dma_probe(chip); in qrk_serial_setup_dma()
/Linux-v4.19/drivers/ata/
Dsata_dwc_460ex.c267 return dw_dma_probe(hsdev->dma); in sata_dwc_dma_init_old()
/Linux-v4.19/sound/soc/intel/common/
Dsst-firmware.c207 err = dw_dma_probe(chip); in dw_probe()