Home
last modified time | relevance | path

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

/linux/include/media/
H A Dvideobuf2-core.h929 * vb2_core_streamon() - Implements VB2 stream ON logic
940 int vb2_core_streamon(struct vb2_queue *q, unsigned int type);
/linux/drivers/media/common/videobuf2/
H A Dvideobuf2-core.c2301 int vb2_core_streamon(struct vb2_queue *q, unsigned int type) in vb2_core_streamon() function
2350 EXPORT_SYMBOL_GPL(vb2_core_streamon);
2949 ret = vb2_core_streamon(q, q->type); in __vb2_init_fileio()