Searched defs:fastrpc_user (Results 1 – 1 of 1) sorted by relevance
292 struct fastrpc_user { struct293 struct list_head user;294 struct list_head maps;295 struct list_head pending;296 struct list_head mmaps;300 struct fastrpc_buf *init_mem;302 int client_id;303 int pd;304 bool is_secure_dev;306 spinlock_t lock;[all …]