Searched refs:s3c2410_dma_buf (Results 1 – 3 of 3) sorted by relevance
117 struct s3c2410_dma_buf;125 struct s3c2410_dma_buf { struct126 struct s3c2410_dma_buf *next; argument189 struct s3c2410_dma_buf *curr; /* current dma buffer */190 struct s3c2410_dma_buf *next; /* next buffer to load */191 struct s3c2410_dma_buf *end; /* end of queue */
207 struct s3c2410_dma_buf *buf) in s3c2410_dma_loadbuffer()294 s3c2410_dma_buffdone(struct s3c2410_dma_chan *chan, struct s3c2410_dma_buf *buf, in s3c2410_dma_buffdone()438 struct s3c2410_dma_buf *buf; in s3c2410_dma_enqueue()519 s3c2410_dma_freebuf(struct s3c2410_dma_buf *buf) in s3c2410_dma_freebuf()583 struct s3c2410_dma_buf *buf; in s3c2410_dma_irq()886 struct s3c2410_dma_buf *buf, *next; in s3c2410_dma_flush()1267 memset(p, 0, sizeof(struct s3c2410_dma_buf)); in s3c2410_dma_cache_ctor()1324 sizeof(struct s3c2410_dma_buf), 0, in s3c24xx_dma_init()
14 struct s3c2410_dma_buf;