Searched defs:fastrpc_buf (Results 1 – 1 of 1) sorted by relevance
116 struct fastrpc_buf { struct117 struct fastrpc_user *fl;118 struct dma_buf *dmabuf;119 struct device *dev;120 void *virt;121 u64 phys;122 u64 size;124 struct mutex lock;125 struct list_head attachments;