Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/common/videobuf2/
H A Dvideobuf2-core.c2958 struct vb2_threadio_data *threadio = q->threadio; in vb2_thread() local
2982 if (!threadio->stop) in vb2_thread()
2989 if (ret || threadio->stop) in vb2_thread()
2994 if (threadio->fnc(vb, threadio->priv)) in vb2_thread()
2999 if (!threadio->stop) in vb2_thread()
3002 if (ret || threadio->stop) in vb2_thread()
3022 struct vb2_threadio_data *threadio; in vb2_thread_start() local
3025 if (q->threadio) in vb2_thread_start()
3032 threadio = kzalloc(sizeof(*threadio), GFP_KERNEL); in vb2_thread_start()
3033 if (threadio == NULL) in vb2_thread_start()
[all …]
H A Dvideobuf2-dvb.c47 if (!dvb->dvbq.threadio) { in vb2_dvb_start_feed()
/openbmc/linux/include/media/
H A Dvideobuf2-core.h644 struct vb2_threadio_data *threadio; member