Lines Matching defs:fh
593 isp_video_querycap(struct file *file, void *fh, struct v4l2_capability *cap) in isp_video_querycap()
613 isp_video_get_format(struct file *file, void *fh, struct v4l2_format *format) in isp_video_get_format()
629 isp_video_set_format(struct file *file, void *fh, struct v4l2_format *format) in isp_video_set_format()
687 isp_video_try_format(struct file *file, void *fh, struct v4l2_format *format) in isp_video_try_format()
715 isp_video_cropcap(struct file *file, void *fh, struct v4l2_cropcap *cropcap) in isp_video_cropcap()
733 isp_video_get_crop(struct file *file, void *fh, struct v4l2_crop *crop) in isp_video_get_crop()
767 isp_video_set_crop(struct file *file, void *fh, const struct v4l2_crop *crop) in isp_video_set_crop()
785 isp_video_get_param(struct file *file, void *fh, struct v4l2_streamparm *a) in isp_video_get_param()
803 isp_video_set_param(struct file *file, void *fh, struct v4l2_streamparm *a) in isp_video_set_param()
821 isp_video_reqbufs(struct file *file, void *fh, struct v4l2_requestbuffers *rb) in isp_video_reqbufs()
835 isp_video_querybuf(struct file *file, void *fh, struct v4l2_buffer *b) in isp_video_querybuf()
849 isp_video_qbuf(struct file *file, void *fh, struct v4l2_buffer *b) in isp_video_qbuf()
863 isp_video_dqbuf(struct file *file, void *fh, struct v4l2_buffer *b) in isp_video_dqbuf()
999 isp_video_streamon(struct file *file, void *fh, enum v4l2_buf_type type) in isp_video_streamon()
1120 isp_video_streamoff(struct file *file, void *fh, enum v4l2_buf_type type) in isp_video_streamoff()
1174 isp_video_enum_input(struct file *file, void *fh, struct v4l2_input *input) in isp_video_enum_input()
1186 isp_video_g_input(struct file *file, void *fh, unsigned int *input) in isp_video_g_input()
1194 isp_video_s_input(struct file *file, void *fh, unsigned int input) in isp_video_s_input()