Searched defs:fastrpc_map (Results 1 – 1 of 1) sorted by relevance
134 struct fastrpc_map { struct135 struct list_head node;136 struct fastrpc_user *fl;137 int fd;138 struct dma_buf *buf;139 struct sg_table *table;140 struct dma_buf_attachment *attach;141 u64 phys;165 struct fastrpc_map **maps; argument