Home
last modified time | relevance | path

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

/Linux-v4.19/include/media/
Dvideobuf2-core.h809 int vb2_core_streamon(struct vb2_queue *q, unsigned int type);
/Linux-v4.19/drivers/media/dvb-core/
Ddvb_vb2.c224 ret = vb2_core_streamon(q, q->type); in dvb_vb2_stream_on()
/Linux-v4.19/drivers/media/common/videobuf2/
Dvideobuf2-core.c1724 int vb2_core_streamon(struct vb2_queue *q, unsigned int type) in vb2_core_streamon() function
1769 EXPORT_SYMBOL_GPL(vb2_core_streamon);
2291 ret = vb2_core_streamon(q, q->type); in __vb2_init_fileio()
Dvideobuf2-v4l2.c609 return vb2_core_streamon(q, type); in vb2_streamon()