Lines Matching refs:file
193 int v4l2_m2m_reqbufs(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
205 int v4l2_m2m_querybuf(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
216 int v4l2_m2m_qbuf(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
227 int v4l2_m2m_dqbuf(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
238 int v4l2_m2m_prepare_buf(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
249 int v4l2_m2m_create_bufs(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
260 int v4l2_m2m_expbuf(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
270 int v4l2_m2m_streamon(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
280 int v4l2_m2m_streamoff(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
295 __poll_t v4l2_m2m_poll(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
312 int v4l2_m2m_mmap(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
627 int v4l2_m2m_ioctl_reqbufs(struct file *file, void *priv,
629 int v4l2_m2m_ioctl_create_bufs(struct file *file, void *fh,
631 int v4l2_m2m_ioctl_querybuf(struct file *file, void *fh,
633 int v4l2_m2m_ioctl_expbuf(struct file *file, void *fh,
635 int v4l2_m2m_ioctl_qbuf(struct file *file, void *fh,
637 int v4l2_m2m_ioctl_dqbuf(struct file *file, void *fh,
639 int v4l2_m2m_ioctl_prepare_buf(struct file *file, void *fh,
641 int v4l2_m2m_ioctl_streamon(struct file *file, void *fh,
643 int v4l2_m2m_ioctl_streamoff(struct file *file, void *fh,
645 int v4l2_m2m_fop_mmap(struct file *file, struct vm_area_struct *vma);
646 __poll_t v4l2_m2m_fop_poll(struct file *file, poll_table *wait);