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