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,
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);