Searched defs:fastrpc_buf (Results 1 – 1 of 1) sorted by relevance
195 struct fastrpc_buf { struct196 struct fastrpc_user *fl;197 struct dma_buf *dmabuf;198 struct device *dev;199 void *virt;200 u64 phys;201 u64 size;203 struct mutex lock;204 struct list_head attachments;206 struct list_head node; /* list of user requested mmaps */[all …]