Home
last modified time | relevance | path

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

/linux-5.19.10/include/media/
Dvideobuf2-core.h912 int vb2_core_streamoff(struct vb2_queue *q, unsigned int type);
/linux-5.19.10/drivers/media/dvb-core/
Ddvb_vb2.c237 ret = vb2_core_streamoff(q, q->type); in dvb_vb2_stream_off()
/linux-5.19.10/drivers/media/common/videobuf2/
Dvideobuf2-core.c2133 int vb2_core_streamoff(struct vb2_queue *q, unsigned int type) in vb2_core_streamoff() function
2156 EXPORT_SYMBOL_GPL(vb2_core_streamoff);
2710 vb2_core_streamoff(q, q->type); in __vb2_cleanup_fileio()
Dvideobuf2-v4l2.c871 return vb2_core_streamoff(q, type); in vb2_streamoff()