Lines Matching refs:file
283 __poll_t vb2_poll(struct vb2_queue *q, struct file *file, poll_table *wait);
295 int vb2_ioctl_reqbufs(struct file *file, void *priv,
297 int vb2_ioctl_create_bufs(struct file *file, void *priv,
299 int vb2_ioctl_prepare_buf(struct file *file, void *priv,
301 int vb2_ioctl_querybuf(struct file *file, void *priv, struct v4l2_buffer *p);
302 int vb2_ioctl_qbuf(struct file *file, void *priv, struct v4l2_buffer *p);
303 int vb2_ioctl_dqbuf(struct file *file, void *priv, struct v4l2_buffer *p);
304 int vb2_ioctl_streamon(struct file *file, void *priv, enum v4l2_buf_type i);
305 int vb2_ioctl_streamoff(struct file *file, void *priv, enum v4l2_buf_type i);
306 int vb2_ioctl_expbuf(struct file *file, void *priv,
311 int vb2_fop_mmap(struct file *file, struct vm_area_struct *vma);
312 int vb2_fop_release(struct file *file);
313 int _vb2_fop_release(struct file *file, struct mutex *lock);
314 ssize_t vb2_fop_write(struct file *file, const char __user *buf,
316 ssize_t vb2_fop_read(struct file *file, char __user *buf,
318 __poll_t vb2_fop_poll(struct file *file, poll_table *wait);
320 unsigned long vb2_fop_get_unmapped_area(struct file *file, unsigned long addr,