Lines Matching refs:file
109 int v4l2_m2m_reqbufs(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
112 int v4l2_m2m_querybuf(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
115 int v4l2_m2m_qbuf(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
117 int v4l2_m2m_dqbuf(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
119 int v4l2_m2m_create_bufs(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
122 int v4l2_m2m_expbuf(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
125 int v4l2_m2m_streamon(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
127 int v4l2_m2m_streamoff(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
130 unsigned int v4l2_m2m_poll(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
133 int v4l2_m2m_mmap(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
239 int v4l2_m2m_ioctl_reqbufs(struct file *file, void *priv,
241 int v4l2_m2m_ioctl_create_bufs(struct file *file, void *fh,
243 int v4l2_m2m_ioctl_querybuf(struct file *file, void *fh,
245 int v4l2_m2m_ioctl_expbuf(struct file *file, void *fh,
247 int v4l2_m2m_ioctl_qbuf(struct file *file, void *fh,
249 int v4l2_m2m_ioctl_dqbuf(struct file *file, void *fh,
251 int v4l2_m2m_ioctl_streamon(struct file *file, void *fh,
253 int v4l2_m2m_ioctl_streamoff(struct file *file, void *fh,
255 int v4l2_m2m_fop_mmap(struct file *file, struct vm_area_struct *vma);
256 unsigned int v4l2_m2m_fop_poll(struct file *file, poll_table *wait);