Home
last modified time | relevance | path

Searched refs:s3c64xx_dma_buff (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/arch/arm/mach-s3c64xx/include/mach/
Ddma.h72 struct s3c64xx_dma_buff;
80 struct s3c64xx_dma_buff { struct
81 struct s3c64xx_dma_buff *next; argument
113 struct s3c64xx_dma_buff *curr; /* current dma buffer */
114 struct s3c64xx_dma_buff *next; /* next buffer to load */
115 struct s3c64xx_dma_buff *end; /* end of queue */
/linux-2.6.39/arch/arm/mach-s3c64xx/
Ddma.c73 struct s3c64xx_dma_buff *ptr; in dbg_showbuffs()
74 struct s3c64xx_dma_buff *end; in dbg_showbuffs()
259 struct s3c64xx_dma_buff *buf, in s3c64xx_dma_bufffdone()
266 static void s3c64xx_dma_freebuff(struct s3c64xx_dma_buff *buff) in s3c64xx_dma_freebuff()
274 struct s3c64xx_dma_buff *buff, *next; in s3c64xx_dma_flush()
338 struct s3c64xx_dma_buff *next; in s3c2410_dma_enqueue()
339 struct s3c64xx_dma_buff *buff; in s3c2410_dma_enqueue()
348 buff = kzalloc(sizeof(struct s3c64xx_dma_buff), GFP_ATOMIC); in s3c2410_dma_enqueue()
372 struct s3c64xx_dma_buff *end = chan->end; in s3c2410_dma_enqueue()
381 struct s3c64xx_dma_buff *curr = chan->curr; in s3c2410_dma_enqueue()
[all …]