Home
last modified time | relevance | path

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

/kernel/linux/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 …]
/kernel/linux/linux-6.6/drivers/misc/
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 …]