Symbol: isp_video_fh
drivers/media/platform/ti/omap3isp/ispvideo.c
1013
struct isp_video_fh *vfh = file_to_isp_video_fh(file);
drivers/media/platform/ti/omap3isp/ispvideo.c
1151
struct isp_video_fh *vfh = file_to_isp_video_fh(file);
drivers/media/platform/ti/omap3isp/ispvideo.c
1257
struct isp_video_fh *vfh = file_to_isp_video_fh(file);
drivers/media/platform/ti/omap3isp/ispvideo.c
1370
struct isp_video_fh *handle;
drivers/media/platform/ti/omap3isp/ispvideo.c
1438
struct isp_video_fh *handle = file_to_isp_video_fh(file);
drivers/media/platform/ti/omap3isp/ispvideo.c
1461
struct isp_video_fh *vfh = file_to_isp_video_fh(file);
drivers/media/platform/ti/omap3isp/ispvideo.c
1474
struct isp_video_fh *vfh = file_to_isp_video_fh(file);
drivers/media/platform/ti/omap3isp/ispvideo.c
300
isp_video_check_format(struct isp_video *video, struct isp_video_fh *vfh)
drivers/media/platform/ti/omap3isp/ispvideo.c
329
struct isp_video_fh *vfh = vb2_get_drv_priv(queue);
drivers/media/platform/ti/omap3isp/ispvideo.c
353
struct isp_video_fh *vfh = vb2_get_drv_priv(buf->vb2_queue);
drivers/media/platform/ti/omap3isp/ispvideo.c
399
struct isp_video_fh *vfh = vb2_get_drv_priv(buf->vb2_queue);
drivers/media/platform/ti/omap3isp/ispvideo.c
470
struct isp_video_fh *vfh = vb2_get_drv_priv(queue);
drivers/media/platform/ti/omap3isp/ispvideo.c
702
struct isp_video_fh *vfh = file_to_isp_video_fh(file);
drivers/media/platform/ti/omap3isp/ispvideo.c
788
struct isp_video_fh *vfh = file_to_isp_video_fh(file);
drivers/media/platform/ti/omap3isp/ispvideo.c
904
struct isp_video_fh *vfh = file_to_isp_video_fh(file);
drivers/media/platform/ti/omap3isp/ispvideo.c
922
struct isp_video_fh *vfh = file_to_isp_video_fh(file);
drivers/media/platform/ti/omap3isp/ispvideo.c
943
struct isp_video_fh *vfh = file_to_isp_video_fh(file);
drivers/media/platform/ti/omap3isp/ispvideo.c
957
struct isp_video_fh *vfh = file_to_isp_video_fh(file);
drivers/media/platform/ti/omap3isp/ispvideo.c
971
struct isp_video_fh *vfh = file_to_isp_video_fh(file);
drivers/media/platform/ti/omap3isp/ispvideo.c
985
struct isp_video_fh *vfh = file_to_isp_video_fh(file);
drivers/media/platform/ti/omap3isp/ispvideo.c
999
struct isp_video_fh *vfh = file_to_isp_video_fh(file);
drivers/media/platform/ti/omap3isp/ispvideo.h
197
static inline struct isp_video_fh *file_to_isp_video_fh(struct file *filp)
drivers/media/platform/ti/omap3isp/ispvideo.h
199
return container_of(file_to_v4l2_fh(filp), struct isp_video_fh, vfh);
drivers/media/platform/ti/omap3isp/ispvideo.h
203
container_of(q, struct isp_video_fh, queue)