Searched defs:s3c2410_dma_buf (Results 1 – 1 of 1) sorted by relevance
136 struct s3c2410_dma_buf { struct137 struct s3c2410_dma_buf *next; argument138 int magic; /* magic */139 int size; /* buffer size in bytes */140 dma_addr_t data; /* start of DMA data */141 dma_addr_t ptr; /* where the DMA got to [1] */142 void *id; /* client's id */