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,
499 unsigned long v4l2_m2m_get_unmapped_area(struct file *file, unsigned long addr,
859 int v4l2_m2m_ioctl_reqbufs(struct file *file, void *priv,
861 int v4l2_m2m_ioctl_create_bufs(struct file *file, void *fh,
863 int v4l2_m2m_ioctl_querybuf(struct file *file, void *fh,
865 int v4l2_m2m_ioctl_expbuf(struct file *file, void *fh,
867 int v4l2_m2m_ioctl_qbuf(struct file *file, void *fh,
869 int v4l2_m2m_ioctl_dqbuf(struct file *file, void *fh,
871 int v4l2_m2m_ioctl_prepare_buf(struct file *file, void *fh,
873 int v4l2_m2m_ioctl_streamon(struct file *file, void *fh,
875 int v4l2_m2m_ioctl_streamoff(struct file *file, void *fh,
877 int v4l2_m2m_ioctl_encoder_cmd(struct file *file, void *fh,
879 int v4l2_m2m_ioctl_decoder_cmd(struct file *file, void *fh,
881 int v4l2_m2m_ioctl_try_encoder_cmd(struct file *file, void *fh,
883 int v4l2_m2m_ioctl_try_decoder_cmd(struct file *file, void *fh,
885 int v4l2_m2m_ioctl_stateless_try_decoder_cmd(struct file *file, void *fh,
887 int v4l2_m2m_ioctl_stateless_decoder_cmd(struct file *file, void *priv,
889 int v4l2_m2m_fop_mmap(struct file *file, struct vm_area_struct *vma);
890 __poll_t v4l2_m2m_fop_poll(struct file *file, poll_table *wait);