Home
last modified time | relevance | path

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

/drivers/staging/fwserial/
Ddma_fifo.h76 int dma_fifo_alloc(struct dma_fifo *fifo, int size, unsigned int align,
Ddma_fifo.c58 int dma_fifo_alloc(struct dma_fifo *fifo, int size, unsigned int align, in dma_fifo_alloc() function
Dfwserial.c983 err = dma_fifo_alloc(&port->tx_fifo, FWTTY_PORT_TXFIFO_LEN, in fwtty_port_activate()