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