Home
last modified time | relevance | path

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

/linux/include/media/
H A Dvideobuf2-core.h1123 * typedef vb2_thread_fnc - callback function for use with vb2_thread.
1130 typedef int (*vb2_thread_fnc)(struct vb2_buffer *vb, void *priv); typedef
1135 * @fnc: &vb2_thread_fnc callback function.
1148 int vb2_thread_start(struct vb2_queue *q, vb2_thread_fnc fnc, void *priv,
/linux/drivers/media/common/videobuf2/
H A Dvideobuf2-core.c3190 vb2_thread_fnc fnc;
3275 int vb2_thread_start(struct vb2_queue *q, vb2_thread_fnc fnc, void *priv, in vb2_thread_start()