Searched defs:fastrpc_map (Results 1 – 1 of 1) sorted by relevance
215 struct fastrpc_map { struct216 struct list_head node;217 struct fastrpc_user *fl;218 int fd;219 struct dma_buf *buf;220 struct sg_table *table;221 struct dma_buf_attachment *attach;222 u64 phys;223 u64 size;224 void *va;[all …]