Home
last modified time | relevance | path

Searched refs:hsu_dma_probe (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/dma/
H A Dhsu.h46 int hsu_dma_probe(struct hsu_dma_chip *chip);
59 static inline int hsu_dma_probe(struct hsu_dma_chip *chip) { return -ENODEV; } in hsu_dma_probe() function
/linux/drivers/dma/hsu/
H A Dpci.c90 ret = hsu_dma_probe(chip); in hsu_pci_probe()
H A Dhsu.c427 int hsu_dma_probe(struct hsu_dma_chip *chip) in hsu_dma_probe() function
491 EXPORT_SYMBOL_GPL(hsu_dma_probe);
/linux/drivers/tty/serial/8250/
H A D8250_mid.c188 ret = hsu_dma_probe(chip); in dnv_setup()