Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/media/common/videobuf2/
Dvideobuf2-core.c2559 struct vb2_threadio_data *threadio = q->threadio; in vb2_thread() local
2583 if (!threadio->stop) in vb2_thread()
2590 if (ret || threadio->stop) in vb2_thread()
2595 if (threadio->fnc(vb, threadio->priv)) in vb2_thread()
2600 if (!threadio->stop) in vb2_thread()
2603 if (ret || threadio->stop) in vb2_thread()
2623 struct vb2_threadio_data *threadio; in vb2_thread_start() local
2626 if (q->threadio) in vb2_thread_start()
2633 threadio = kzalloc(sizeof(*threadio), GFP_KERNEL); in vb2_thread_start()
2634 if (threadio == NULL) in vb2_thread_start()
[all …]
Dvideobuf2-dvb.c51 if (!dvb->dvbq.threadio) { in vb2_dvb_start_feed()
/linux-4.19.296/include/media/
Dvideobuf2-core.h561 struct vb2_threadio_data *threadio; member