Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/dma/
Dhsu.h48 int hsu_dma_remove(struct hsu_dma_chip *chip);
61 static inline int hsu_dma_remove(struct hsu_dma_chip *chip) { return 0; } in hsu_dma_remove() function
/Linux-v4.19/drivers/dma/hsu/
Dpci.c116 hsu_dma_remove(chip); in hsu_pci_probe()
125 hsu_dma_remove(chip); in hsu_pci_remove()
Dhsu.c489 int hsu_dma_remove(struct hsu_dma_chip *chip) in hsu_dma_remove() function
504 EXPORT_SYMBOL_GPL(hsu_dma_remove);
/Linux-v4.19/drivers/tty/serial/8250/
D8250_mid.c194 hsu_dma_remove(&mid->dma_chip); in dnv_exit()