Home
last modified time | relevance | path

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

/linux-5.10/drivers/misc/
Dfastrpc.c141 struct fastrpc_buf { struct
142 struct fastrpc_user *fl;
143 struct dma_buf *dmabuf;
144 struct device *dev;
145 void *virt;
146 u64 phys;
147 u64 size;
149 struct mutex lock;
150 struct list_head attachments;
152 struct list_head node; /* list of user requested mmaps */
[all …]