Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/platform/omap3isp/
Dispvideo.c615 struct isp_video_fh *vfh = to_isp_video_fh(fh); in isp_video_get_format()
631 struct isp_video_fh *vfh = to_isp_video_fh(fh); in isp_video_set_format()
787 struct isp_video_fh *vfh = to_isp_video_fh(fh); in isp_video_get_param()
805 struct isp_video_fh *vfh = to_isp_video_fh(fh); in isp_video_set_param()
823 struct isp_video_fh *vfh = to_isp_video_fh(fh); in isp_video_reqbufs()
837 struct isp_video_fh *vfh = to_isp_video_fh(fh); in isp_video_querybuf()
851 struct isp_video_fh *vfh = to_isp_video_fh(fh); in isp_video_qbuf()
865 struct isp_video_fh *vfh = to_isp_video_fh(fh); in isp_video_dqbuf()
1001 struct isp_video_fh *vfh = to_isp_video_fh(fh); in isp_video_streamon()
1122 struct isp_video_fh *vfh = to_isp_video_fh(fh); in isp_video_streamoff()
[all …]
Dispvideo.h194 #define to_isp_video_fh(fh) container_of(fh, struct isp_video_fh, vfh) macro