Home
last modified time | relevance | path

Searched refs:vb2_core_streamon (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/include/media/
H A Dvideobuf2-core.h953 int vb2_core_streamon(struct vb2_queue *q, unsigned int type);
/linux-6.15/drivers/media/dvb-core/
H A Ddvb_vb2.c216 ret = vb2_core_streamon(q, q->type); in dvb_vb2_stream_on()
/linux-6.15/drivers/media/common/videobuf2/
H A Dvideobuf2-core.c2313 int vb2_core_streamon(struct vb2_queue *q, unsigned int type) in vb2_core_streamon() function
2362 EXPORT_SYMBOL_GPL(vb2_core_streamon);
2965 ret = vb2_core_streamon(q, q->type); in __vb2_init_fileio()
H A Dvideobuf2-v4l2.c875 return vb2_core_streamon(q, type); in vb2_streamon()