Lines Matching refs:file
113 int v4l2_m2m_reqbufs(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
116 int v4l2_m2m_querybuf(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
119 int v4l2_m2m_qbuf(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
121 int v4l2_m2m_dqbuf(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
123 int v4l2_m2m_prepare_buf(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
125 int v4l2_m2m_create_bufs(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
128 int v4l2_m2m_expbuf(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
131 int v4l2_m2m_streamon(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
133 int v4l2_m2m_streamoff(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
136 unsigned int v4l2_m2m_poll(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
139 int v4l2_m2m_mmap(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
262 int v4l2_m2m_ioctl_reqbufs(struct file *file, void *priv,
264 int v4l2_m2m_ioctl_create_bufs(struct file *file, void *fh,
266 int v4l2_m2m_ioctl_querybuf(struct file *file, void *fh,
268 int v4l2_m2m_ioctl_expbuf(struct file *file, void *fh,
270 int v4l2_m2m_ioctl_qbuf(struct file *file, void *fh,
272 int v4l2_m2m_ioctl_dqbuf(struct file *file, void *fh,
274 int v4l2_m2m_ioctl_prepare_buf(struct file *file, void *fh,
276 int v4l2_m2m_ioctl_streamon(struct file *file, void *fh,
278 int v4l2_m2m_ioctl_streamoff(struct file *file, void *fh,
280 int v4l2_m2m_fop_mmap(struct file *file, struct vm_area_struct *vma);
281 unsigned int v4l2_m2m_fop_poll(struct file *file, poll_table *wait);