Lines Matching defs:fastrpc_user
292 struct fastrpc_user { struct
293 struct list_head user;
294 struct list_head maps;
295 struct list_head pending;
296 struct list_head mmaps;
298 struct fastrpc_channel_ctx *cctx;
299 struct fastrpc_session_ctx *sctx;
300 struct fastrpc_buf *init_mem;
302 int client_id;
303 int pd;
304 bool is_secure_dev;
306 spinlock_t lock;
308 struct mutex mutex;