Lines Matching refs:file

336 int v4l2_m2m_reqbufs(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
348 int v4l2_m2m_querybuf(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
359 int v4l2_m2m_qbuf(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
370 int v4l2_m2m_dqbuf(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
381 int v4l2_m2m_prepare_buf(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
392 int v4l2_m2m_create_bufs(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
403 int v4l2_m2m_expbuf(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
413 int v4l2_m2m_streamon(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
423 int v4l2_m2m_streamoff(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
453 int v4l2_m2m_encoder_cmd(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
463 int v4l2_m2m_decoder_cmd(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
478 __poll_t v4l2_m2m_poll(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
495 int v4l2_m2m_mmap(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
840 int v4l2_m2m_ioctl_reqbufs(struct file *file, void *priv,
842 int v4l2_m2m_ioctl_create_bufs(struct file *file, void *fh,
844 int v4l2_m2m_ioctl_querybuf(struct file *file, void *fh,
846 int v4l2_m2m_ioctl_expbuf(struct file *file, void *fh,
848 int v4l2_m2m_ioctl_qbuf(struct file *file, void *fh,
850 int v4l2_m2m_ioctl_dqbuf(struct file *file, void *fh,
852 int v4l2_m2m_ioctl_prepare_buf(struct file *file, void *fh,
854 int v4l2_m2m_ioctl_streamon(struct file *file, void *fh,
856 int v4l2_m2m_ioctl_streamoff(struct file *file, void *fh,
858 int v4l2_m2m_ioctl_encoder_cmd(struct file *file, void *fh,
860 int v4l2_m2m_ioctl_decoder_cmd(struct file *file, void *fh,
862 int v4l2_m2m_ioctl_try_encoder_cmd(struct file *file, void *fh,
864 int v4l2_m2m_ioctl_try_decoder_cmd(struct file *file, void *fh,
866 int v4l2_m2m_ioctl_stateless_try_decoder_cmd(struct file *file, void *fh,
868 int v4l2_m2m_ioctl_stateless_decoder_cmd(struct file *file, void *priv,
870 int v4l2_m2m_fop_mmap(struct file *file, struct vm_area_struct *vma);
871 __poll_t v4l2_m2m_fop_poll(struct file *file, poll_table *wait);