Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/usb/pvrusb2/
Dpvrusb2-context.c27 static struct task_struct *pvr2_context_thread_ptr; variable
183 pvr2_context_thread_ptr = kthread_run(pvr2_context_thread_func, in pvr2_context_global_init()
186 return IS_ERR(pvr2_context_thread_ptr) ? -ENOMEM : 0; in pvr2_context_global_init()
197 kthread_stop(pvr2_context_thread_ptr); in pvr2_context_global_done()