Lines Matching defs:fastrpc_map
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;249 struct fastrpc_map **maps; argument