Home
last modified time | relevance | path

Searched defs:fastrpc_buf (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/misc/
H A Dfastrpc.c192 struct fastrpc_buf { struct
193 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 …]