Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/v4l2-core/
Dvideobuf2-core.c3160 struct vb2_threadio_data *threadio = q->threadio; in vb2_thread() local
3190 if (!threadio->stop) in vb2_thread()
3195 if (ret || threadio->stop) in vb2_thread()
3201 if (threadio->fnc(vb, threadio->priv)) in vb2_thread()
3206 if (!threadio->stop) in vb2_thread()
3209 if (ret || threadio->stop) in vb2_thread()
3229 struct vb2_threadio_data *threadio; in vb2_thread_start() local
3232 if (q->threadio) in vb2_thread_start()
3239 threadio = kzalloc(sizeof(*threadio), GFP_KERNEL); in vb2_thread_start()
3240 if (threadio == NULL) in vb2_thread_start()
[all …]
Dvideobuf2-dvb.c51 if (!dvb->dvbq.threadio) { in vb2_dvb_start_feed()
/linux-4.1.27/include/media/
Dvideobuf2-core.h428 struct vb2_threadio_data *threadio; member