Lines Matching refs:q
71 int vb2_find_timestamp(const struct vb2_queue *q, u64 timestamp,
74 int vb2_querybuf(struct vb2_queue *q, struct v4l2_buffer *b);
84 int vb2_reqbufs(struct vb2_queue *q, struct v4l2_requestbuffers *req);
94 int vb2_create_bufs(struct vb2_queue *q, struct v4l2_create_buffers *create);
118 int vb2_prepare_buf(struct vb2_queue *q, struct media_device *mdev,
144 int vb2_qbuf(struct vb2_queue *q, struct media_device *mdev,
156 int vb2_expbuf(struct vb2_queue *q, struct v4l2_exportbuffer *eb);
182 int vb2_dqbuf(struct vb2_queue *q, struct v4l2_buffer *b, bool nonblocking);
200 int vb2_streamon(struct vb2_queue *q, enum v4l2_buf_type type);
219 int vb2_streamoff(struct vb2_queue *q, enum v4l2_buf_type type);
232 int __must_check vb2_queue_init(struct vb2_queue *q);
242 void vb2_queue_release(struct vb2_queue *q);
263 __poll_t vb2_poll(struct vb2_queue *q, struct file *file, poll_table *wait);