Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/usb/pvrusb2/
H A 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()
/kernel/linux/linux-6.6/drivers/media/usb/pvrusb2/
H A 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()

Completed in 2 milliseconds