Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/v4l2-core/
Dvideobuf2-v4l2.c1265 struct vb2_threadio_data *threadio = q->threadio; in vb2_thread() local
1295 if (!threadio->stop) in vb2_thread()
1300 if (ret || threadio->stop) in vb2_thread()
1306 if (threadio->fnc(vb, threadio->priv)) in vb2_thread()
1311 if (!threadio->stop) in vb2_thread()
1314 if (ret || threadio->stop) in vb2_thread()
1334 struct vb2_threadio_data *threadio; in vb2_thread_start() local
1337 if (q->threadio) in vb2_thread_start()
1344 threadio = kzalloc(sizeof(*threadio), GFP_KERNEL); in vb2_thread_start()
1345 if (threadio == NULL) in vb2_thread_start()
[all …]
Dvideobuf2-dvb.c51 if (!dvb->dvbq.threadio) { in vb2_dvb_start_feed()
/linux-4.4.14/include/media/
Dvideobuf2-core.h485 struct vb2_threadio_data *threadio; member