Lines Matching refs:fh
596 isp_video_querycap(struct file *file, void *fh, struct v4l2_capability *cap) in isp_video_querycap() argument
616 isp_video_get_format(struct file *file, void *fh, struct v4l2_format *format) in isp_video_get_format() argument
618 struct isp_video_fh *vfh = to_isp_video_fh(fh); in isp_video_get_format()
632 isp_video_set_format(struct file *file, void *fh, struct v4l2_format *format) in isp_video_set_format() argument
634 struct isp_video_fh *vfh = to_isp_video_fh(fh); in isp_video_set_format()
690 isp_video_try_format(struct file *file, void *fh, struct v4l2_format *format) in isp_video_try_format() argument
718 isp_video_cropcap(struct file *file, void *fh, struct v4l2_cropcap *cropcap) in isp_video_cropcap() argument
736 isp_video_get_crop(struct file *file, void *fh, struct v4l2_crop *crop) in isp_video_get_crop() argument
770 isp_video_set_crop(struct file *file, void *fh, const struct v4l2_crop *crop) in isp_video_set_crop() argument
788 isp_video_get_param(struct file *file, void *fh, struct v4l2_streamparm *a) in isp_video_get_param() argument
790 struct isp_video_fh *vfh = to_isp_video_fh(fh); in isp_video_get_param()
806 isp_video_set_param(struct file *file, void *fh, struct v4l2_streamparm *a) in isp_video_set_param() argument
808 struct isp_video_fh *vfh = to_isp_video_fh(fh); in isp_video_set_param()
824 isp_video_reqbufs(struct file *file, void *fh, struct v4l2_requestbuffers *rb) in isp_video_reqbufs() argument
826 struct isp_video_fh *vfh = to_isp_video_fh(fh); in isp_video_reqbufs()
838 isp_video_querybuf(struct file *file, void *fh, struct v4l2_buffer *b) in isp_video_querybuf() argument
840 struct isp_video_fh *vfh = to_isp_video_fh(fh); in isp_video_querybuf()
852 isp_video_qbuf(struct file *file, void *fh, struct v4l2_buffer *b) in isp_video_qbuf() argument
854 struct isp_video_fh *vfh = to_isp_video_fh(fh); in isp_video_qbuf()
866 isp_video_dqbuf(struct file *file, void *fh, struct v4l2_buffer *b) in isp_video_dqbuf() argument
868 struct isp_video_fh *vfh = to_isp_video_fh(fh); in isp_video_dqbuf()
1002 isp_video_streamon(struct file *file, void *fh, enum v4l2_buf_type type) in isp_video_streamon() argument
1004 struct isp_video_fh *vfh = to_isp_video_fh(fh); in isp_video_streamon()
1121 isp_video_streamoff(struct file *file, void *fh, enum v4l2_buf_type type) in isp_video_streamoff() argument
1123 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