Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/media/omap4iss/
Diss_video.c576 struct iss_video_fh *vfh = to_iss_video_fh(fh); in iss_video_get_format()
592 struct iss_video_fh *vfh = to_iss_video_fh(fh); in iss_video_set_format()
644 struct iss_video_fh *vfh = to_iss_video_fh(fh); in iss_video_get_param()
662 struct iss_video_fh *vfh = to_iss_video_fh(fh); in iss_video_set_param()
680 struct iss_video_fh *vfh = to_iss_video_fh(fh); in iss_video_reqbufs()
688 struct iss_video_fh *vfh = to_iss_video_fh(fh); in iss_video_querybuf()
696 struct iss_video_fh *vfh = to_iss_video_fh(fh); in iss_video_qbuf()
704 struct iss_video_fh *vfh = to_iss_video_fh(fh); in iss_video_expbuf()
712 struct iss_video_fh *vfh = to_iss_video_fh(fh); in iss_video_dqbuf()
751 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