Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/fwserial/
Ddma_fifo.h90 int dma_fifo_out_pend(struct dma_fifo *fifo, struct dma_pending *pended);
Ddma_fifo.c191 int dma_fifo_out_pend(struct dma_fifo *fifo, struct dma_pending *pended) in dma_fifo_out_pend() function
Dfwserial.c746 n = dma_fifo_out_pend(&port->tx_fifo, &txn->dma_pended); in fwtty_tx()