Home
last modified time | relevance | path

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

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