Lines Matching refs:file

96  * The memory to memory context is specific to a file handle, NOT to e.g.
332 * @file: pointer to struct &file
336 int v4l2_m2m_reqbufs(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
342 * @file: pointer to struct &file
348 int v4l2_m2m_querybuf(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
355 * @file: pointer to struct &file
359 int v4l2_m2m_qbuf(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
366 * @file: pointer to struct &file
370 int v4l2_m2m_dqbuf(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
377 * @file: pointer to struct &file
381 int v4l2_m2m_prepare_buf(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
388 * @file: pointer to struct &file
392 int v4l2_m2m_create_bufs(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
399 * @file: pointer to struct &file
403 int v4l2_m2m_expbuf(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
409 * @file: pointer to struct &file
413 int v4l2_m2m_streamon(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
419 * @file: pointer to struct &file
423 int v4l2_m2m_streamoff(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
449 * @file: pointer to struct &file
453 int v4l2_m2m_encoder_cmd(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
459 * @file: pointer to struct &file
463 int v4l2_m2m_decoder_cmd(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
469 * @file: pointer to struct &file
478 __poll_t v4l2_m2m_poll(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
484 * @file: pointer to struct &file
495 int v4l2_m2m_mmap(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
854 int v4l2_m2m_ioctl_reqbufs(struct file *file, void *priv,
856 int v4l2_m2m_ioctl_create_bufs(struct file *file, void *fh,
858 int v4l2_m2m_ioctl_querybuf(struct file *file, void *fh,
860 int v4l2_m2m_ioctl_expbuf(struct file *file, void *fh,
862 int v4l2_m2m_ioctl_qbuf(struct file *file, void *fh,
864 int v4l2_m2m_ioctl_dqbuf(struct file *file, void *fh,
866 int v4l2_m2m_ioctl_prepare_buf(struct file *file, void *fh,
868 int v4l2_m2m_ioctl_streamon(struct file *file, void *fh,
870 int v4l2_m2m_ioctl_streamoff(struct file *file, void *fh,
872 int v4l2_m2m_ioctl_encoder_cmd(struct file *file, void *fh,
874 int v4l2_m2m_ioctl_decoder_cmd(struct file *file, void *fh,
876 int v4l2_m2m_ioctl_try_encoder_cmd(struct file *file, void *fh,
878 int v4l2_m2m_ioctl_try_decoder_cmd(struct file *file, void *fh,
880 int v4l2_m2m_ioctl_stateless_try_decoder_cmd(struct file *file, void *fh,
882 int v4l2_m2m_ioctl_stateless_decoder_cmd(struct file *file, void *priv,
884 int v4l2_m2m_fop_mmap(struct file *file, struct vm_area_struct *vma);
885 __poll_t v4l2_m2m_fop_poll(struct file *file, poll_table *wait);