Lines Matching refs:file
299 __poll_t vb2_poll(struct vb2_queue *q, struct file *file, poll_table *wait);
311 int vb2_ioctl_reqbufs(struct file *file, void *priv,
313 int vb2_ioctl_create_bufs(struct file *file, void *priv,
315 int vb2_ioctl_prepare_buf(struct file *file, void *priv,
317 int vb2_ioctl_querybuf(struct file *file, void *priv, struct v4l2_buffer *p);
318 int vb2_ioctl_qbuf(struct file *file, void *priv, struct v4l2_buffer *p);
319 int vb2_ioctl_dqbuf(struct file *file, void *priv, struct v4l2_buffer *p);
320 int vb2_ioctl_streamon(struct file *file, void *priv, enum v4l2_buf_type i);
321 int vb2_ioctl_streamoff(struct file *file, void *priv, enum v4l2_buf_type i);
322 int vb2_ioctl_expbuf(struct file *file, void *priv,
327 int vb2_fop_mmap(struct file *file, struct vm_area_struct *vma);
328 int vb2_fop_release(struct file *file);
329 int _vb2_fop_release(struct file *file, struct mutex *lock);
330 ssize_t vb2_fop_write(struct file *file, const char __user *buf,
332 ssize_t vb2_fop_read(struct file *file, char __user *buf,
334 __poll_t vb2_fop_poll(struct file *file, poll_table *wait);
336 unsigned long vb2_fop_get_unmapped_area(struct file *file, unsigned long addr,