Home
last modified time | relevance | path

Searched refs:threadio (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/common/videobuf2/
H A Dvideobuf2-core.c2895 struct vb2_threadio_data *threadio = q->threadio; in vb2_thread() local
2919 if (!threadio->stop) in vb2_thread()
2926 if (ret || threadio->stop) in vb2_thread()
2931 if (threadio->fnc(vb, threadio->priv)) in vb2_thread()
2936 if (!threadio->stop) in vb2_thread()
2939 if (ret || threadio->stop) in vb2_thread()
2959 struct vb2_threadio_data *threadio; in vb2_thread_start() local
2962 if (q->threadio) in vb2_thread_start()
2998 struct vb2_threadio_data *threadio = q->threadio; vb2_thread_stop() local
[all...]
H A Dvideobuf2-dvb.c47 if (!dvb->dvbq.threadio) { in vb2_dvb_start_feed()
/kernel/linux/linux-6.6/drivers/media/common/videobuf2/
H A Dvideobuf2-core.c2953 struct vb2_threadio_data *threadio = q->threadio; in vb2_thread() local
2977 if (!threadio->stop) in vb2_thread()
2984 if (ret || threadio->stop) in vb2_thread()
2989 if (threadio->fnc(vb, threadio->priv)) in vb2_thread()
2994 if (!threadio->stop) in vb2_thread()
2997 if (ret || threadio->stop) in vb2_thread()
3017 struct vb2_threadio_data *threadio; in vb2_thread_start() local
3020 if (q->threadio) in vb2_thread_start()
3056 struct vb2_threadio_data *threadio = q->threadio; vb2_thread_stop() local
[all...]
H A Dvideobuf2-dvb.c47 if (!dvb->dvbq.threadio) { in vb2_dvb_start_feed()
/kernel/linux/linux-5.10/include/media/
H A Dvideobuf2-core.h563 * @threadio: thread io internal data, used only if thread is active
625 struct vb2_threadio_data *threadio; member
/kernel/linux/linux-6.6/include/media/
H A Dvideobuf2-core.h581 * @threadio: thread io internal data, used only if thread is active
644 struct vb2_threadio_data *threadio; member

Completed in 12 milliseconds