Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/misc/
Dfastrpc.c178 struct fastrpc_buf { struct
179 struct fastrpc_user *fl;
180 struct dma_buf *dmabuf;
181 struct device *dev;
182 void *virt;
183 u64 phys;
184 u64 size;
186 struct mutex lock;
187 struct list_head attachments;
189 struct list_head node; /* list of user requested mmaps */
[all …]