Home
last modified time | relevance | path

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

/linux/include/media/
H A Dvideobuf2-core.h968 int vb2_core_streamoff(struct vb2_queue *q, unsigned int type);
/linux/drivers/media/dvb-core/
H A Ddvb_vb2.c234 ret = vb2_core_streamoff(q, q->type); in dvb_vb2_stream_off()
/linux/drivers/media/common/videobuf2/
H A Dvideobuf2-core.c2372 int vb2_core_streamoff(struct vb2_queue *q, unsigned int type) in vb2_core_streamoff() function
2395 EXPORT_SYMBOL_GPL(vb2_core_streamoff);
2990 vb2_core_streamoff(q, q->type); in __vb2_cleanup_fileio()