Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/dma/
H A Dhsu.h47 int hsu_dma_remove(struct hsu_dma_chip *chip);
60 static inline int hsu_dma_remove(struct hsu_dma_chip *chip) { return 0; } in hsu_dma_remove() function
/openbmc/linux/drivers/dma/hsu/
H A Dpci.c50 hsu_dma_remove(chip); in hsu_pci_dma_remove()
H A Dhsu.c493 int hsu_dma_remove(struct hsu_dma_chip *chip) in hsu_dma_remove() function
508 EXPORT_SYMBOL_GPL(hsu_dma_remove);
/openbmc/linux/drivers/tty/serial/8250/
H A D8250_mid.c204 hsu_dma_remove(&mid->dma_chip); in dnv_exit()