Home
last modified time | relevance | path

Searched refs:to_iss_video_fh (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/staging/media/omap4iss/
Diss_video.c578 struct iss_video_fh *vfh = to_iss_video_fh(fh); in iss_video_get_format()
594 struct iss_video_fh *vfh = to_iss_video_fh(fh); in iss_video_set_format()
745 struct iss_video_fh *vfh = to_iss_video_fh(fh); in iss_video_get_param()
763 struct iss_video_fh *vfh = to_iss_video_fh(fh); in iss_video_set_param()
781 struct iss_video_fh *vfh = to_iss_video_fh(fh); in iss_video_reqbufs()
789 struct iss_video_fh *vfh = to_iss_video_fh(fh); in iss_video_querybuf()
798 struct iss_video_fh *vfh = to_iss_video_fh(fh); in iss_video_qbuf()
806 struct iss_video_fh *vfh = to_iss_video_fh(fh); in iss_video_expbuf()
814 struct iss_video_fh *vfh = to_iss_video_fh(fh); in iss_video_dqbuf()
853 struct iss_video_fh *vfh = to_iss_video_fh(fh); in iss_video_streamon()
[all …]
Diss_video.h180 #define to_iss_video_fh(fh) container_of(fh, struct iss_video_fh, vfh) macro