Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/dma/
H A Dhsu.h45 int hsu_dma_remove(struct hsu_dma_chip *chip);
58 static inline int hsu_dma_remove(struct hsu_dma_chip *chip) { return 0; } in hsu_dma_remove() function
/OK3568_Linux_fs/kernel/drivers/dma/hsu/
H A Dpci.c114 hsu_dma_remove(chip); in hsu_pci_probe()
123 hsu_dma_remove(chip); in hsu_pci_remove()
H A Dhsu.c482 int hsu_dma_remove(struct hsu_dma_chip *chip) in hsu_dma_remove() function
497 EXPORT_SYMBOL_GPL(hsu_dma_remove);
/OK3568_Linux_fs/kernel/drivers/tty/serial/8250/
H A D8250_mid.c204 hsu_dma_remove(&mid->dma_chip); in dnv_exit()