Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/platform/omap3isp/
Dispvideo.c675 struct isp_video_fh *vfh = to_isp_video_fh(fh); in isp_video_get_format()
691 struct isp_video_fh *vfh = to_isp_video_fh(fh); in isp_video_set_format()
874 struct isp_video_fh *vfh = to_isp_video_fh(fh); in isp_video_get_param()
892 struct isp_video_fh *vfh = to_isp_video_fh(fh); in isp_video_set_param()
910 struct isp_video_fh *vfh = to_isp_video_fh(fh); in isp_video_reqbufs()
924 struct isp_video_fh *vfh = to_isp_video_fh(fh); in isp_video_querybuf()
938 struct isp_video_fh *vfh = to_isp_video_fh(fh); in isp_video_qbuf()
952 struct isp_video_fh *vfh = to_isp_video_fh(fh); in isp_video_dqbuf()
1089 struct isp_video_fh *vfh = to_isp_video_fh(fh); in isp_video_streamon()
1196 struct isp_video_fh *vfh = to_isp_video_fh(fh); in isp_video_streamoff()
[all …]
Dispvideo.h193 #define to_isp_video_fh(fh) container_of(fh, struct isp_video_fh, vfh) macro