Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/wilc1000/
Dhost_interface.c238 static struct task_struct *hif_thread_handler; variable
4123 hif_thread_handler = kthread_run(hostIFthread, wilc, in host_int_init()
4126 if (IS_ERR(hif_thread_handler)) { in host_int_init()
4170 kthread_stop(hif_thread_handler); in host_int_init()