Searched refs:to_isp_video_fh (Results 1 – 2 of 2) sorted by relevance
678 struct isp_video_fh *vfh = to_isp_video_fh(fh); in isp_video_get_format()694 struct isp_video_fh *vfh = to_isp_video_fh(fh); in isp_video_set_format()879 struct isp_video_fh *vfh = to_isp_video_fh(fh); in isp_video_get_param()897 struct isp_video_fh *vfh = to_isp_video_fh(fh); in isp_video_set_param()915 struct isp_video_fh *vfh = to_isp_video_fh(fh); in isp_video_reqbufs()929 struct isp_video_fh *vfh = to_isp_video_fh(fh); in isp_video_querybuf()943 struct isp_video_fh *vfh = to_isp_video_fh(fh); in isp_video_qbuf()957 struct isp_video_fh *vfh = to_isp_video_fh(fh); in isp_video_dqbuf()1095 struct isp_video_fh *vfh = to_isp_video_fh(fh); in isp_video_streamon()1201 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