Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/staging/fwserial/
H A Ddma_fifo.h81 int dma_fifo_out_pend(struct dma_fifo *fifo, struct dma_pending *pended);
H A Ddma_fifo.c182 int dma_fifo_out_pend(struct dma_fifo *fifo, struct dma_pending *pended) in dma_fifo_out_pend() function
H A Dfwserial.c734 n = dma_fifo_out_pend(&port->tx_fifo, &txn->dma_pended); in fwtty_tx()