Lines Matching defs:file

952 __poll_t vb2_poll(struct vb2_queue *q, struct file *file, poll_table *wait)  in vb2_poll()
981 int vb2_ioctl_reqbufs(struct file *file, void *priv, in vb2_ioctl_reqbufs()
1004 int vb2_ioctl_create_bufs(struct file *file, void *priv, in vb2_ioctl_create_bufs()
1032 int vb2_ioctl_prepare_buf(struct file *file, void *priv, in vb2_ioctl_prepare_buf()
1043 int vb2_ioctl_querybuf(struct file *file, void *priv, struct v4l2_buffer *p) in vb2_ioctl_querybuf()
1052 int vb2_ioctl_qbuf(struct file *file, void *priv, struct v4l2_buffer *p) in vb2_ioctl_qbuf()
1062 int vb2_ioctl_dqbuf(struct file *file, void *priv, struct v4l2_buffer *p) in vb2_ioctl_dqbuf()
1072 int vb2_ioctl_streamon(struct file *file, void *priv, enum v4l2_buf_type i) in vb2_ioctl_streamon()
1082 int vb2_ioctl_streamoff(struct file *file, void *priv, enum v4l2_buf_type i) in vb2_ioctl_streamoff()
1092 int vb2_ioctl_expbuf(struct file *file, void *priv, struct v4l2_exportbuffer *p) in vb2_ioctl_expbuf()
1104 int vb2_fop_mmap(struct file *file, struct vm_area_struct *vma) in vb2_fop_mmap()
1112 int _vb2_fop_release(struct file *file, struct mutex *lock) in _vb2_fop_release()
1128 int vb2_fop_release(struct file *file) in vb2_fop_release()
1137 ssize_t vb2_fop_write(struct file *file, const char __user *buf, in vb2_fop_write()
1161 ssize_t vb2_fop_read(struct file *file, char __user *buf, in vb2_fop_read()
1186 __poll_t vb2_fop_poll(struct file *file, poll_table *wait) in vb2_fop_poll()
1217 unsigned long vb2_fop_get_unmapped_area(struct file *file, unsigned long addr, in vb2_fop_get_unmapped_area()