Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/media/common/videobuf2/ !
Dvideobuf2-core.c2915 struct vb2_threadio_data *threadio = q->threadio; in vb2_thread() local
2939 if (!threadio->stop) in vb2_thread()
2946 if (ret || threadio->stop) in vb2_thread()
2951 if (threadio->fnc(vb, threadio->priv)) in vb2_thread()
2956 if (!threadio->stop) in vb2_thread()
2959 if (ret || threadio->stop) in vb2_thread()
2979 struct vb2_threadio_data *threadio; in vb2_thread_start() local
2982 if (q->threadio) in vb2_thread_start()
2989 threadio = kzalloc(sizeof(*threadio), GFP_KERNEL); in vb2_thread_start()
2990 if (threadio == NULL) in vb2_thread_start()
[all …]
Dvideobuf2-dvb.c47 if (!dvb->dvbq.threadio) { in vb2_dvb_start_feed()
/linux-5.19.10/include/media/ !
Dvideobuf2-core.h632 struct vb2_threadio_data *threadio; member