Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/media/video/pvrusb2/
Dpvrusb2-context.c40 static struct task_struct *pvr2_context_thread_ptr; variable
196 pvr2_context_thread_ptr = kthread_run(pvr2_context_thread_func, in pvr2_context_global_init()
199 return (pvr2_context_thread_ptr ? 0 : -ENOMEM); in pvr2_context_global_init()
210 kthread_stop(pvr2_context_thread_ptr); in pvr2_context_global_done()