Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/platform/omap3isp/
Dispvideo.c618 struct isp_video_fh *vfh = to_isp_video_fh(fh); in isp_video_get_format()
634 struct isp_video_fh *vfh = to_isp_video_fh(fh); in isp_video_set_format()
790 struct isp_video_fh *vfh = to_isp_video_fh(fh); in isp_video_get_param()
808 struct isp_video_fh *vfh = to_isp_video_fh(fh); in isp_video_set_param()
826 struct isp_video_fh *vfh = to_isp_video_fh(fh); in isp_video_reqbufs()
840 struct isp_video_fh *vfh = to_isp_video_fh(fh); in isp_video_querybuf()
854 struct isp_video_fh *vfh = to_isp_video_fh(fh); in isp_video_qbuf()
868 struct isp_video_fh *vfh = to_isp_video_fh(fh); in isp_video_dqbuf()
1004 struct isp_video_fh *vfh = to_isp_video_fh(fh); in isp_video_streamon()
1123 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