Lines Matching refs:file
235 __poll_t vb2_poll(struct vb2_queue *q, struct file *file, poll_table *wait);
247 int vb2_ioctl_reqbufs(struct file *file, void *priv,
249 int vb2_ioctl_create_bufs(struct file *file, void *priv,
251 int vb2_ioctl_prepare_buf(struct file *file, void *priv,
253 int vb2_ioctl_querybuf(struct file *file, void *priv, struct v4l2_buffer *p);
254 int vb2_ioctl_qbuf(struct file *file, void *priv, struct v4l2_buffer *p);
255 int vb2_ioctl_dqbuf(struct file *file, void *priv, struct v4l2_buffer *p);
256 int vb2_ioctl_streamon(struct file *file, void *priv, enum v4l2_buf_type i);
257 int vb2_ioctl_streamoff(struct file *file, void *priv, enum v4l2_buf_type i);
258 int vb2_ioctl_expbuf(struct file *file, void *priv,
263 int vb2_fop_mmap(struct file *file, struct vm_area_struct *vma);
264 int vb2_fop_release(struct file *file);
265 int _vb2_fop_release(struct file *file, struct mutex *lock);
266 ssize_t vb2_fop_write(struct file *file, const char __user *buf,
268 ssize_t vb2_fop_read(struct file *file, char __user *buf,
270 __poll_t vb2_fop_poll(struct file *file, poll_table *wait);
272 unsigned long vb2_fop_get_unmapped_area(struct file *file, unsigned long addr,