Home
last modified time | relevance | path

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

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