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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-s3c64xx/include/mach/
H A Ddma.h72 struct s3c64xx_dma_buff;
74 /** s3c64xx_dma_buff - S3C64XX DMA buffer descriptor
80 struct s3c64xx_dma_buff { struct
81 struct s3c64xx_dma_buff *next;
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 */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-s3c64xx/
H A Ddma.c73 struct s3c64xx_dma_buff *ptr;
74 struct s3c64xx_dma_buff *end;
258 struct s3c64xx_dma_buff *buf,
265 static void s3c64xx_dma_freebuff(struct s3c64xx_dma_buff *buff)
273 struct s3c64xx_dma_buff *buff, *next;
337 struct s3c64xx_dma_buff *next;
338 struct s3c64xx_dma_buff *buff;
347 buff = kzalloc(sizeof(struct s3c64xx_dma_buff), GFP_ATOMIC);
371 struct s3c64xx_dma_buff *end = chan->end;
380 struct s3c64xx_dma_buff *cur
[all...]

Completed in 40 milliseconds