Searched refs:vb2_thread_fnc (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/include/media/ |
H A D | videobuf2-core.h | 1057 * typedef vb2_thread_fnc - callback function for use with vb2_thread. 1064 typedef int (*vb2_thread_fnc)(struct vb2_buffer *vb, void *priv); typedef 1069 * @fnc: &vb2_thread_fnc callback function. 1082 int vb2_thread_start(struct vb2_queue *q, vb2_thread_fnc fnc, void *priv,
|
/kernel/linux/linux-6.6/include/media/ |
H A D | videobuf2-core.h | 1081 * typedef vb2_thread_fnc - callback function for use with vb2_thread. 1088 typedef int (*vb2_thread_fnc)(struct vb2_buffer *vb, void *priv); typedef 1093 * @fnc: &vb2_thread_fnc callback function. 1106 int vb2_thread_start(struct vb2_queue *q, vb2_thread_fnc fnc, void *priv,
|
/kernel/linux/linux-5.10/drivers/media/common/videobuf2/ |
H A D | videobuf2-core.c | 2887 vb2_thread_fnc fnc; 2956 int vb2_thread_start(struct vb2_queue *q, vb2_thread_fnc fnc, void *priv, in vb2_thread_start()
|
/kernel/linux/linux-6.6/drivers/media/common/videobuf2/ |
H A D | videobuf2-core.c | 2945 vb2_thread_fnc fnc; 3014 int vb2_thread_start(struct vb2_queue *q, vb2_thread_fnc fnc, void *priv, in vb2_thread_start()
|
Completed in 10 milliseconds