Searched refs:fifo_put (Results 1 – 4 of 4) sorted by relevance
33 unsigned int fifo_put(struct fifo *, void *, unsigned int);
49 unsigned int fifo_put(struct fifo *fifo, void *buffer, unsigned int len) in fifo_put() function
36 ret = fifo_put(fifo, buf, ret); in refill_fifo()
189 ret = fifo_put(fifo, buf, ret); in refill_fifo()