Searched defs:fastrpc_map (Results 1 – 1 of 1) sorted by relevance
199 struct fastrpc_map { struct200 struct list_head node;201 struct fastrpc_user *fl;202 int fd;203 struct dma_buf *buf;204 struct sg_table *table;205 struct dma_buf_attachment *attach;206 u64 phys;207 u64 size;208 void *va;[all …]