Searched defs:aml_vdec_thread (Results 1 – 1 of 1) sorted by relevance
369 struct aml_vdec_thread { struct370 struct list_head node;371 spinlock_t lock;372 struct semaphore sem;373 struct task_struct *task;374 enum aml_thread_type type;375 void *priv;376 int stop;378 aml_thread_func func;