Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/media/omap4iss/
Diss_video.c577 struct iss_video_fh *vfh = to_iss_video_fh(fh); in iss_video_get_format()
593 struct iss_video_fh *vfh = to_iss_video_fh(fh); in iss_video_set_format()
715 struct iss_video_fh *vfh = to_iss_video_fh(fh); in iss_video_get_param()
733 struct iss_video_fh *vfh = to_iss_video_fh(fh); in iss_video_set_param()
751 struct iss_video_fh *vfh = to_iss_video_fh(fh); in iss_video_reqbufs()
759 struct iss_video_fh *vfh = to_iss_video_fh(fh); in iss_video_querybuf()
767 struct iss_video_fh *vfh = to_iss_video_fh(fh); in iss_video_qbuf()
775 struct iss_video_fh *vfh = to_iss_video_fh(fh); in iss_video_expbuf()
783 struct iss_video_fh *vfh = to_iss_video_fh(fh); in iss_video_dqbuf()
822 struct iss_video_fh *vfh = to_iss_video_fh(fh); in iss_video_streamon()
[all …]
Diss_video.h188 #define to_iss_video_fh(fh) container_of(fh, struct iss_video_fh, vfh) macro