Home
last modified time | relevance | path

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

/linux-4.4.14/include/media/
Dvideobuf2-core.h517 int vb2_core_streamoff(struct vb2_queue *q, unsigned int type);
/linux-4.4.14/drivers/media/v4l2-core/
Dvideobuf2-core.c1780 int vb2_core_streamoff(struct vb2_queue *q, unsigned int type) in vb2_core_streamoff() function
1803 EXPORT_SYMBOL_GPL(vb2_core_streamoff);
Dvideobuf2-v4l2.c668 return vb2_core_streamoff(q, type); in vb2_streamoff()
1053 vb2_core_streamoff(q, q->type); in __vb2_cleanup_fileio()