Searched defs:fastrpc_buf (Results 1 – 2 of 2) 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 …]
194 struct fastrpc_buf { struct195 struct fastrpc_user *fl;196 struct dma_buf *dmabuf;197 struct device *dev;198 void *virt;199 u64 phys;200 u64 size;202 struct mutex lock;203 struct list_head attachments;205 struct list_head node; /* list of user requested mmaps */[all …]