Home
last modified time | relevance | path

Searched refs:airo_thread (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/drivers/net/wireless/
Dairo.c1136 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