Home
last modified time | relevance | path

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

/drivers/media/common/videobuf2/
Dvideobuf2-core.c2908 struct vb2_threadio_data *threadio = q->threadio; in vb2_thread() local
2932 if (!threadio->stop) in vb2_thread()
2939 if (ret || threadio->stop) in vb2_thread()
2944 if (threadio->fnc(vb, threadio->priv)) in vb2_thread()
2949 if (!threadio->stop) in vb2_thread()
2952 if (ret || threadio->stop) in vb2_thread()
2972 struct vb2_threadio_data *threadio; in vb2_thread_start() local
2975 if (q->threadio) in vb2_thread_start()
2982 threadio = kzalloc(sizeof(*threadio), GFP_KERNEL); in vb2_thread_start()
2983 if (threadio == NULL) in vb2_thread_start()
[all …]
Dvideobuf2-dvb.c47 if (!dvb->dvbq.threadio) { in vb2_dvb_start_feed()