Lines Matching defs:dma
7 #include <linux/dma-buf.h>
8 #include <linux/dma-mapping.h>
9 #include <linux/dma-resv.h>
121 s32 fd; /* dma handle fd */
122 u32 offset; /* dma handle offset */
123 u32 len; /* dma handle length */
133 struct fastrpc_remote_dmahandle dma;
201 /* Lock for dma buf attachments */
1049 rpra[i].dma.fd = ctx->args[i].fd;
1050 rpra[i].dma.len = ctx->args[i].length;
1051 rpra[i].dma.offset = (u64) ctx->args[i].ptr;