Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/media/platform/omap3isp/
Dispvideo.c668 struct isp_video_fh *vfh = to_isp_video_fh(fh); in isp_video_get_format()
684 struct isp_video_fh *vfh = to_isp_video_fh(fh); in isp_video_set_format()
867 struct isp_video_fh *vfh = to_isp_video_fh(fh); in isp_video_get_param()
885 struct isp_video_fh *vfh = to_isp_video_fh(fh); in isp_video_set_param()
903 struct isp_video_fh *vfh = to_isp_video_fh(fh); in isp_video_reqbufs()
917 struct isp_video_fh *vfh = to_isp_video_fh(fh); in isp_video_querybuf()
931 struct isp_video_fh *vfh = to_isp_video_fh(fh); in isp_video_qbuf()
945 struct isp_video_fh *vfh = to_isp_video_fh(fh); in isp_video_dqbuf()
1082 struct isp_video_fh *vfh = to_isp_video_fh(fh); in isp_video_streamon()
1189 struct isp_video_fh *vfh = to_isp_video_fh(fh); in isp_video_streamoff()
[all …]
Dispvideo.h190 #define to_isp_video_fh(fh) container_of(fh, struct isp_video_fh, vfh) macro