Home
last modified time | relevance | path

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

/linux-6.15/drivers/media/platform/ti/omap3isp/
H A Dispvideo.c678 struct isp_video_fh *vfh = to_isp_video_fh(fh); in isp_video_get_format()
694 struct isp_video_fh *vfh = to_isp_video_fh(fh); in isp_video_set_format()
879 struct isp_video_fh *vfh = to_isp_video_fh(fh); in isp_video_get_param()
897 struct isp_video_fh *vfh = to_isp_video_fh(fh); in isp_video_set_param()
915 struct isp_video_fh *vfh = to_isp_video_fh(fh); in isp_video_reqbufs()
929 struct isp_video_fh *vfh = to_isp_video_fh(fh); in isp_video_querybuf()
943 struct isp_video_fh *vfh = to_isp_video_fh(fh); in isp_video_qbuf()
957 struct isp_video_fh *vfh = to_isp_video_fh(fh); in isp_video_dqbuf()
1095 struct isp_video_fh *vfh = to_isp_video_fh(fh); in isp_video_streamon()
1201 struct isp_video_fh *vfh = to_isp_video_fh(fh); in isp_video_streamoff()
[all …]
H A Dispvideo.h197 #define to_isp_video_fh(fh) container_of(fh, struct isp_video_fh, vfh) macro