Searched refs:airo_thread (Results 1 – 1 of 1) sorted by relevance
1136 static int airo_thread(void *data);1895 ai->airo_thread_task = kthread_run(airo_thread, dev, dev->name); in airo_open()3057 static int airo_thread(void *data) { in airo_thread() function