Lines Matching refs:file
69 unsigned int vb2_poll(struct vb2_queue *q, struct file *file, poll_table *wait);
115 int vb2_ioctl_reqbufs(struct file *file, void *priv,
117 int vb2_ioctl_create_bufs(struct file *file, void *priv,
119 int vb2_ioctl_prepare_buf(struct file *file, void *priv,
121 int vb2_ioctl_querybuf(struct file *file, void *priv, struct v4l2_buffer *p);
122 int vb2_ioctl_qbuf(struct file *file, void *priv, struct v4l2_buffer *p);
123 int vb2_ioctl_dqbuf(struct file *file, void *priv, struct v4l2_buffer *p);
124 int vb2_ioctl_streamon(struct file *file, void *priv, enum v4l2_buf_type i);
125 int vb2_ioctl_streamoff(struct file *file, void *priv, enum v4l2_buf_type i);
126 int vb2_ioctl_expbuf(struct file *file, void *priv,
131 int vb2_fop_mmap(struct file *file, struct vm_area_struct *vma);
132 int vb2_fop_release(struct file *file);
133 int _vb2_fop_release(struct file *file, struct mutex *lock);
134 ssize_t vb2_fop_write(struct file *file, const char __user *buf,
136 ssize_t vb2_fop_read(struct file *file, char __user *buf,
138 unsigned int vb2_fop_poll(struct file *file, poll_table *wait);
140 unsigned long vb2_fop_get_unmapped_area(struct file *file, unsigned long addr,