Lines Matching refs:file
343 int v4l2_m2m_reqbufs(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
355 int v4l2_m2m_querybuf(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
366 int v4l2_m2m_qbuf(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
377 int v4l2_m2m_dqbuf(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
388 int v4l2_m2m_prepare_buf(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
399 int v4l2_m2m_create_bufs(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
410 int v4l2_m2m_expbuf(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
420 int v4l2_m2m_streamon(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
430 int v4l2_m2m_streamoff(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
460 int v4l2_m2m_encoder_cmd(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
470 int v4l2_m2m_decoder_cmd(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
485 __poll_t v4l2_m2m_poll(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
502 int v4l2_m2m_mmap(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
506 unsigned long v4l2_m2m_get_unmapped_area(struct file *file, unsigned long addr,
866 int v4l2_m2m_ioctl_reqbufs(struct file *file, void *priv,
868 int v4l2_m2m_ioctl_create_bufs(struct file *file, void *fh,
870 int v4l2_m2m_ioctl_remove_bufs(struct file *file, void *priv,
872 int v4l2_m2m_ioctl_querybuf(struct file *file, void *fh,
874 int v4l2_m2m_ioctl_expbuf(struct file *file, void *fh,
876 int v4l2_m2m_ioctl_qbuf(struct file *file, void *fh,
878 int v4l2_m2m_ioctl_dqbuf(struct file *file, void *fh,
880 int v4l2_m2m_ioctl_prepare_buf(struct file *file, void *fh,
882 int v4l2_m2m_ioctl_streamon(struct file *file, void *fh,
884 int v4l2_m2m_ioctl_streamoff(struct file *file, void *fh,
886 int v4l2_m2m_ioctl_encoder_cmd(struct file *file, void *fh,
888 int v4l2_m2m_ioctl_decoder_cmd(struct file *file, void *fh,
890 int v4l2_m2m_ioctl_try_encoder_cmd(struct file *file, void *fh,
892 int v4l2_m2m_ioctl_try_decoder_cmd(struct file *file, void *fh,
894 int v4l2_m2m_ioctl_stateless_try_decoder_cmd(struct file *file, void *fh,
896 int v4l2_m2m_ioctl_stateless_decoder_cmd(struct file *file, void *priv,
898 int v4l2_m2m_fop_mmap(struct file *file, struct vm_area_struct *vma);
899 __poll_t v4l2_m2m_fop_poll(struct file *file, poll_table *wait);