Home
last modified time | relevance | path

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

/linux/drivers/media/common/videobuf2/
H A Dvideobuf2-core.c9 * The vb2_thread implementation was based on code from videobuf-dvb.c:
3195 static int vb2_thread(void *data) in vb2_thread() function
3299 threadio->thread = kthread_run(vb2_thread, q, "vb2-%s", thread_name); in vb2_thread_start()