Lines Matching refs:file
476 unsigned int vb2_poll(struct vb2_queue *q, struct file *file, poll_table *wait);
616 int vb2_ioctl_reqbufs(struct file *file, void *priv,
618 int vb2_ioctl_create_bufs(struct file *file, void *priv,
620 int vb2_ioctl_prepare_buf(struct file *file, void *priv,
622 int vb2_ioctl_querybuf(struct file *file, void *priv, struct v4l2_buffer *p);
623 int vb2_ioctl_qbuf(struct file *file, void *priv, struct v4l2_buffer *p);
624 int vb2_ioctl_dqbuf(struct file *file, void *priv, struct v4l2_buffer *p);
625 int vb2_ioctl_streamon(struct file *file, void *priv, enum v4l2_buf_type i);
626 int vb2_ioctl_streamoff(struct file *file, void *priv, enum v4l2_buf_type i);
627 int vb2_ioctl_expbuf(struct file *file, void *priv,
632 int vb2_fop_mmap(struct file *file, struct vm_area_struct *vma);
633 int vb2_fop_release(struct file *file);
634 int _vb2_fop_release(struct file *file, struct mutex *lock);
635 ssize_t vb2_fop_write(struct file *file, const char __user *buf,
637 ssize_t vb2_fop_read(struct file *file, char __user *buf,
639 unsigned int vb2_fop_poll(struct file *file, poll_table *wait);
641 unsigned long vb2_fop_get_unmapped_area(struct file *file, unsigned long addr,