Lines Matching defs:file
2608 unsigned int vb2_poll(struct vb2_queue *q, struct file *file, poll_table *wait) in vb2_poll()
3294 static inline bool vb2_queue_is_busy(struct video_device *vdev, struct file *file) in vb2_queue_is_busy()
3301 int vb2_ioctl_reqbufs(struct file *file, void *priv, in vb2_ioctl_reqbufs()
3320 int vb2_ioctl_create_bufs(struct file *file, void *priv, in vb2_ioctl_create_bufs()
3342 int vb2_ioctl_prepare_buf(struct file *file, void *priv, in vb2_ioctl_prepare_buf()
3353 int vb2_ioctl_querybuf(struct file *file, void *priv, struct v4l2_buffer *p) in vb2_ioctl_querybuf()
3362 int vb2_ioctl_qbuf(struct file *file, void *priv, struct v4l2_buffer *p) in vb2_ioctl_qbuf()
3372 int vb2_ioctl_dqbuf(struct file *file, void *priv, struct v4l2_buffer *p) in vb2_ioctl_dqbuf()
3382 int vb2_ioctl_streamon(struct file *file, void *priv, enum v4l2_buf_type i) in vb2_ioctl_streamon()
3392 int vb2_ioctl_streamoff(struct file *file, void *priv, enum v4l2_buf_type i) in vb2_ioctl_streamoff()
3402 int vb2_ioctl_expbuf(struct file *file, void *priv, struct v4l2_exportbuffer *p) in vb2_ioctl_expbuf()
3414 int vb2_fop_mmap(struct file *file, struct vm_area_struct *vma) in vb2_fop_mmap()
3422 int _vb2_fop_release(struct file *file, struct mutex *lock) in _vb2_fop_release()
3438 int vb2_fop_release(struct file *file) in vb2_fop_release()
3447 ssize_t vb2_fop_write(struct file *file, const char __user *buf, in vb2_fop_write()
3471 ssize_t vb2_fop_read(struct file *file, char __user *buf, in vb2_fop_read()
3495 unsigned int vb2_fop_poll(struct file *file, poll_table *wait) in vb2_fop_poll()
3526 unsigned long vb2_fop_get_unmapped_area(struct file *file, unsigned long addr, in vb2_fop_get_unmapped_area()