Lines Matching defs:q

114 	struct vb2_queue *q = vb->vb2_queue;  in __set_timestamp()  local
148 static int vb2_queue_or_prepare_buf(struct vb2_queue *q, struct v4l2_buffer *b, in vb2_queue_or_prepare_buf()
183 struct vb2_queue *q = vb->vb2_queue; in __fill_v4l2_buffer() local
286 struct vb2_queue *q = vb->vb2_queue; in __fill_vb2_buffer() local
453 int vb2_querybuf(struct vb2_queue *q, struct v4l2_buffer *b) in vb2_querybuf()
481 int vb2_reqbufs(struct vb2_queue *q, struct v4l2_requestbuffers *req) in vb2_reqbufs()
504 int vb2_prepare_buf(struct vb2_queue *q, struct v4l2_buffer *b) in vb2_prepare_buf()
526 int vb2_create_bufs(struct vb2_queue *q, struct v4l2_create_buffers *create) in vb2_create_bufs()
539 static int vb2_internal_qbuf(struct vb2_queue *q, struct v4l2_buffer *b) in vb2_internal_qbuf()
563 int vb2_qbuf(struct vb2_queue *q, struct v4l2_buffer *b) in vb2_qbuf()
574 static int vb2_internal_dqbuf(struct vb2_queue *q, struct v4l2_buffer *b, in vb2_internal_dqbuf()
614 int vb2_dqbuf(struct vb2_queue *q, struct v4l2_buffer *b, bool nonblocking) in vb2_dqbuf()
637 int vb2_streamon(struct vb2_queue *q, enum v4l2_buf_type type) in vb2_streamon()
662 int vb2_streamoff(struct vb2_queue *q, enum v4l2_buf_type type) in vb2_streamoff()
681 int vb2_expbuf(struct vb2_queue *q, struct v4l2_exportbuffer *eb) in vb2_expbuf()
699 int vb2_queue_init(struct vb2_queue *q) in vb2_queue_init()
742 void vb2_queue_release(struct vb2_queue *q) in vb2_queue_release()
768 unsigned int vb2_poll(struct vb2_queue *q, struct file *file, poll_table *wait) in vb2_poll()
917 static int __vb2_init_fileio(struct vb2_queue *q, int read) in __vb2_init_fileio()
1048 static int __vb2_cleanup_fileio(struct vb2_queue *q) in __vb2_cleanup_fileio()
1072 static size_t __vb2_perform_fileio(struct vb2_queue *q, char __user *data, size_t count, in __vb2_perform_fileio()
1240 size_t vb2_read(struct vb2_queue *q, char __user *data, size_t count, in vb2_read()
1247 size_t vb2_write(struct vb2_queue *q, const char __user *data, size_t count, in vb2_write()
1264 struct vb2_queue *q = data; in vb2_thread() local
1331 int vb2_thread_start(struct vb2_queue *q, vb2_thread_fnc fnc, void *priv, in vb2_thread_start()
1371 int vb2_thread_stop(struct vb2_queue *q) in vb2_thread_stop()
1607 struct vb2_queue *q = vdev->queue; in vb2_fop_poll() local