Searched refs:vb2_core_streamon (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/include/media/ |
H A D | videobuf2-core.h | 876 * vb2_core_streamon() - Implements VB2 stream ON logic 887 int vb2_core_streamon(struct vb2_queue *q, unsigned int type);
|
/kernel/linux/linux-6.6/include/media/ |
H A D | videobuf2-core.h | 900 * vb2_core_streamon() - Implements VB2 stream ON logic 911 int vb2_core_streamon(struct vb2_queue *q, unsigned int type);
|
/kernel/linux/linux-5.10/drivers/media/dvb-core/ |
H A D | dvb_vb2.c | 223 ret = vb2_core_streamon(q, q->type); in dvb_vb2_stream_on()
|
/kernel/linux/linux-6.6/drivers/media/dvb-core/ |
H A D | dvb_vb2.c | 219 ret = vb2_core_streamon(q, q->type); in dvb_vb2_stream_on()
|
/kernel/linux/linux-5.10/drivers/media/common/videobuf2/ |
H A D | videobuf2-core.c | 2071 int vb2_core_streamon(struct vb2_queue *q, unsigned int type) in vb2_core_streamon() function 2114 EXPORT_SYMBOL_GPL(vb2_core_streamon); variable 2665 ret = vb2_core_streamon(q, q->type); in __vb2_init_fileio()
|
H A D | videobuf2-v4l2.c | 869 return vb2_core_streamon(q, type); in vb2_streamon()
|
/kernel/linux/linux-6.6/drivers/media/common/videobuf2/ |
H A D | videobuf2-core.c | 2104 int vb2_core_streamon(struct vb2_queue *q, unsigned int type) in vb2_core_streamon() function 2152 EXPORT_SYMBOL_GPL(vb2_core_streamon); variable 2723 ret = vb2_core_streamon(q, q->type); in __vb2_init_fileio()
|
H A D | videobuf2-v4l2.c | 860 return vb2_core_streamon(q, type); in vb2_streamon()
|
Completed in 15 milliseconds