Searched refs:to_iss_video_fh (Results 1 – 2 of 2) sorted by relevance
590 struct iss_video_fh *vfh = to_iss_video_fh(fh); in iss_video_get_format()606 struct iss_video_fh *vfh = to_iss_video_fh(fh); in iss_video_set_format()757 struct iss_video_fh *vfh = to_iss_video_fh(fh); in iss_video_get_param()775 struct iss_video_fh *vfh = to_iss_video_fh(fh); in iss_video_set_param()793 struct iss_video_fh *vfh = to_iss_video_fh(fh); in iss_video_reqbufs()801 struct iss_video_fh *vfh = to_iss_video_fh(fh); in iss_video_querybuf()809 struct iss_video_fh *vfh = to_iss_video_fh(fh); in iss_video_qbuf()817 struct iss_video_fh *vfh = to_iss_video_fh(fh); in iss_video_expbuf()825 struct iss_video_fh *vfh = to_iss_video_fh(fh); in iss_video_dqbuf()864 struct iss_video_fh *vfh = to_iss_video_fh(fh); in iss_video_streamon()[all …]
187 #define to_iss_video_fh(fh) container_of(fh, struct iss_video_fh, vfh) macro