Searched refs:to_isp_video_fh (Results 1 – 2 of 2) sorted by relevance
660 struct isp_video_fh *vfh = to_isp_video_fh(fh); in isp_video_get_format()676 struct isp_video_fh *vfh = to_isp_video_fh(fh); in isp_video_set_format()861 struct isp_video_fh *vfh = to_isp_video_fh(fh); in isp_video_get_param()879 struct isp_video_fh *vfh = to_isp_video_fh(fh); in isp_video_set_param()897 struct isp_video_fh *vfh = to_isp_video_fh(fh); in isp_video_reqbufs()911 struct isp_video_fh *vfh = to_isp_video_fh(fh); in isp_video_querybuf()925 struct isp_video_fh *vfh = to_isp_video_fh(fh); in isp_video_qbuf()939 struct isp_video_fh *vfh = to_isp_video_fh(fh); in isp_video_dqbuf()1077 struct isp_video_fh *vfh = to_isp_video_fh(fh); in isp_video_streamon()1183 struct isp_video_fh *vfh = to_isp_video_fh(fh); in isp_video_streamoff()[all …]
197 #define to_isp_video_fh(fh) container_of(fh, struct isp_video_fh, vfh) macro