cec_thread_func
adap->kthread = kthread_run(cec_thread_func, adap, "cec-%s", name);
int cec_thread_func(void *_adap);