Home
last modified time | relevance | path

Searched refs:dma_fifo_free (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/staging/fwserial/
H A Ddma_fifo.h78 void dma_fifo_free(struct dma_fifo *fifo);
H A Ddma_fifo.c96 void dma_fifo_free(struct dma_fifo *fifo) in dma_fifo_free() function
H A Dfwserial.c1034 dma_fifo_free(&port->tx_fifo); in fwtty_port_shutdown()