Home
last modified time | relevance | path

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

/linux-5.10/drivers/misc/
Dfastrpc.c162 struct fastrpc_map { struct
163 struct list_head node;
164 struct fastrpc_user *fl;
165 int fd;
166 struct dma_buf *buf;
167 struct sg_table *table;
168 struct dma_buf_attachment *attach;
169 u64 phys;
193 struct fastrpc_map **maps; argument