Searched defs:fastrpc_buf (Results 1 – 1 of 1) sorted by relevance
141 struct fastrpc_buf { struct142 struct fastrpc_user *fl;143 struct dma_buf *dmabuf;144 struct device *dev;145 void *virt;146 u64 phys;147 u64 size;149 struct mutex lock;150 struct list_head attachments;152 struct list_head node; /* list of user requested mmaps */[all …]