Searched defs:MppDevSession_t (Results 1 – 1 of 1) sorted by relevance
121 struct MppDevSession_t { struct122 MppMutexCond cond_lock;125 struct list_head list_server;127 struct list_head list_wait;129 struct list_head list_done;131 MppDevMppService *ctx;132 MppDevBatServ *server;134 rk_s32 client;136 rk_s32 task_wait;137 rk_s32 task_done;[all …]