Lines Matching refs:file
189 int v4l2_m2m_reqbufs(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
201 int v4l2_m2m_querybuf(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
212 int v4l2_m2m_qbuf(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
223 int v4l2_m2m_dqbuf(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
234 int v4l2_m2m_prepare_buf(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
245 int v4l2_m2m_create_bufs(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
256 int v4l2_m2m_expbuf(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
266 int v4l2_m2m_streamon(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
276 int v4l2_m2m_streamoff(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
291 __poll_t v4l2_m2m_poll(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
308 int v4l2_m2m_mmap(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
653 int v4l2_m2m_ioctl_reqbufs(struct file *file, void *priv,
655 int v4l2_m2m_ioctl_create_bufs(struct file *file, void *fh,
657 int v4l2_m2m_ioctl_querybuf(struct file *file, void *fh,
659 int v4l2_m2m_ioctl_expbuf(struct file *file, void *fh,
661 int v4l2_m2m_ioctl_qbuf(struct file *file, void *fh,
663 int v4l2_m2m_ioctl_dqbuf(struct file *file, void *fh,
665 int v4l2_m2m_ioctl_prepare_buf(struct file *file, void *fh,
667 int v4l2_m2m_ioctl_streamon(struct file *file, void *fh,
669 int v4l2_m2m_ioctl_streamoff(struct file *file, void *fh,
671 int v4l2_m2m_ioctl_try_encoder_cmd(struct file *file, void *fh,
673 int v4l2_m2m_ioctl_try_decoder_cmd(struct file *file, void *fh,
675 int v4l2_m2m_fop_mmap(struct file *file, struct vm_area_struct *vma);
676 __poll_t v4l2_m2m_fop_poll(struct file *file, poll_table *wait);