Lines Matching refs:fh

593 isp_video_querycap(struct file *file, void *fh, struct v4l2_capability *cap)  in isp_video_querycap()  argument
613 isp_video_get_format(struct file *file, void *fh, struct v4l2_format *format) in isp_video_get_format() argument
615 struct isp_video_fh *vfh = to_isp_video_fh(fh); in isp_video_get_format()
629 isp_video_set_format(struct file *file, void *fh, struct v4l2_format *format) in isp_video_set_format() argument
631 struct isp_video_fh *vfh = to_isp_video_fh(fh); in isp_video_set_format()
687 isp_video_try_format(struct file *file, void *fh, struct v4l2_format *format) in isp_video_try_format() argument
715 isp_video_cropcap(struct file *file, void *fh, struct v4l2_cropcap *cropcap) in isp_video_cropcap() argument
733 isp_video_get_crop(struct file *file, void *fh, struct v4l2_crop *crop) in isp_video_get_crop() argument
767 isp_video_set_crop(struct file *file, void *fh, const struct v4l2_crop *crop) in isp_video_set_crop() argument
785 isp_video_get_param(struct file *file, void *fh, struct v4l2_streamparm *a) in isp_video_get_param() argument
787 struct isp_video_fh *vfh = to_isp_video_fh(fh); in isp_video_get_param()
803 isp_video_set_param(struct file *file, void *fh, struct v4l2_streamparm *a) in isp_video_set_param() argument
805 struct isp_video_fh *vfh = to_isp_video_fh(fh); in isp_video_set_param()
821 isp_video_reqbufs(struct file *file, void *fh, struct v4l2_requestbuffers *rb) in isp_video_reqbufs() argument
823 struct isp_video_fh *vfh = to_isp_video_fh(fh); in isp_video_reqbufs()
835 isp_video_querybuf(struct file *file, void *fh, struct v4l2_buffer *b) in isp_video_querybuf() argument
837 struct isp_video_fh *vfh = to_isp_video_fh(fh); in isp_video_querybuf()
849 isp_video_qbuf(struct file *file, void *fh, struct v4l2_buffer *b) in isp_video_qbuf() argument
851 struct isp_video_fh *vfh = to_isp_video_fh(fh); in isp_video_qbuf()
863 isp_video_dqbuf(struct file *file, void *fh, struct v4l2_buffer *b) in isp_video_dqbuf() argument
865 struct isp_video_fh *vfh = to_isp_video_fh(fh); in isp_video_dqbuf()
999 isp_video_streamon(struct file *file, void *fh, enum v4l2_buf_type type) in isp_video_streamon() argument
1001 struct isp_video_fh *vfh = to_isp_video_fh(fh); in isp_video_streamon()
1120 isp_video_streamoff(struct file *file, void *fh, enum v4l2_buf_type type) in isp_video_streamoff() argument
1122 struct isp_video_fh *vfh = to_isp_video_fh(fh); in isp_video_streamoff()
1174 isp_video_enum_input(struct file *file, void *fh, struct v4l2_input *input) in isp_video_enum_input() argument
1186 isp_video_g_input(struct file *file, void *fh, unsigned int *input) in isp_video_g_input() argument
1194 isp_video_s_input(struct file *file, void *fh, unsigned int input) in isp_video_s_input() argument