Searched defs:fastrpc_map (Results 1 – 1 of 1) sorted by relevance
162 struct fastrpc_map { struct163 struct list_head node;164 struct fastrpc_user *fl;165 int fd;166 struct dma_buf *buf;167 struct sg_table *table;168 struct dma_buf_attachment *attach;169 u64 phys;193 struct fastrpc_map **maps; argument