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