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