Home
last modified time | relevance | path

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

/linux/drivers/media/platform/ti/omap3isp/
H A Dispvideo.h189 struct isp_video_fh { struct
197 static inline struct isp_video_fh *file_to_isp_video_fh(struct file *filp) in file_to_isp_video_fh() argument
199 return container_of(file_to_v4l2_fh(filp), struct isp_video_fh, vfh); in file_to_isp_video_fh()
203 container_of(q, struct isp_video_fh, queue)
H A Dispvideo.c300 isp_video_check_format(struct isp_video *video, struct isp_video_fh *vfh) in isp_video_check_format()
329 struct isp_video_fh *vfh = vb2_get_drv_priv(queue); in isp_video_queue_setup()
353 struct isp_video_fh *vfh = vb2_get_drv_priv(buf->vb2_queue); in isp_video_buffer_prepare()
399 struct isp_video_fh *vfh = vb2_get_drv_priv(buf->vb2_queue); in isp_video_buffer_queue()
470 struct isp_video_fh *vfh = vb2_get_drv_priv(queue); in isp_video_start_streaming()
702 struct isp_video_fh *vfh = file_to_isp_video_fh(file); in isp_video_get_format()
788 struct isp_video_fh *vfh = file_to_isp_video_fh(file); in isp_video_set_format()
904 struct isp_video_fh *vfh = file_to_isp_video_fh(file); in isp_video_get_param()
922 struct isp_video_fh *vfh = file_to_isp_video_fh(file); in isp_video_set_param()
943 struct isp_video_fh *vfh = file_to_isp_video_fh(file); in isp_video_reqbufs()
[all …]