isp_video
struct isp_video *video = pipe->output;
static int ccdc_video_queue(struct isp_video *video, struct isp_buffer *buffer)
struct isp_video video_out;
static int ccp2_video_queue(struct isp_video *video, struct isp_buffer *buffer)
struct isp_video video_in;
struct isp_video *video_out = &csi2->video_out;
static int csi2_queue(struct isp_video *video, struct isp_buffer *buffer)
struct isp_video video_out;
static int preview_video_queue(struct isp_video *video,
struct isp_video *video_out = &prev->video_out;
struct isp_video video_in;
struct isp_video video_out;
static int resizer_video_queue(struct isp_video *video,
struct isp_video *video_out = &res->video_out;
struct isp_video video_in;
struct isp_video video_out;
struct isp_video *video = video_drvdata(file);
struct isp_video *video = video_drvdata(file);
static int isp_video_check_external_subdevs(struct isp_video *video,
struct isp_video *video = video_drvdata(file);
struct isp_video *video = video_drvdata(file);
struct isp_video *video = video_drvdata(file);
static unsigned int isp_video_mbus_to_pix(const struct isp_video *video,
struct isp_video *video = video_drvdata(file);
struct isp_video *video = video_drvdata(file);
int omap3isp_video_init(struct isp_video *video, const char *name)
void omap3isp_video_cleanup(struct isp_video *video)
int omap3isp_video_register(struct isp_video *video, struct v4l2_device *vdev)
void omap3isp_video_unregister(struct isp_video *video)
isp_video_remote_subdev(struct isp_video *video, u32 *pad)
static int isp_video_get_graph_data(struct isp_video *video,
struct isp_video *far_end = NULL;
struct isp_video *__video;
__isp_video_get_format(struct isp_video *video, struct v4l2_format *format)
isp_video_check_format(struct isp_video *video, struct isp_video_fh *vfh)
struct isp_video *video = vfh->video;
struct isp_video *video = vfh->video;
struct isp_video *video = vfh->video;
static void omap3isp_video_return_buffers(struct isp_video *video,
struct isp_video *video = vfh->video;
struct isp_buffer *omap3isp_video_buffer_next(struct isp_video *video)
void omap3isp_video_cancel_stream(struct isp_video *video)
void omap3isp_video_resume(struct isp_video *video, int continuous)
struct isp_video *video = video_drvdata(file);
struct isp_video *video = video_drvdata(file);
struct isp_video *video = video_drvdata(file);
struct isp_video *video = video_drvdata(file);
struct isp_video *video = video_drvdata(file);
struct isp_video *video = video_drvdata(file);
struct isp_video *video = video_drvdata(file);
struct isp_video *video = video_drvdata(file);
struct isp_video *video = video_drvdata(file);
struct isp_video *video = video_drvdata(file);
struct isp_video *video = video_drvdata(file);
struct isp_video *video = video_drvdata(file);
struct isp_video *video = video_drvdata(file);
int(*queue)(struct isp_video *video, struct isp_buffer *buffer);
#define to_isp_video(vdev) container_of(vdev, struct isp_video, video)
struct isp_video *video;
int omap3isp_video_init(struct isp_video *video, const char *name);
void omap3isp_video_cleanup(struct isp_video *video);
int omap3isp_video_register(struct isp_video *video,
void omap3isp_video_unregister(struct isp_video *video);
struct isp_buffer *omap3isp_video_buffer_next(struct isp_video *video);
void omap3isp_video_cancel_stream(struct isp_video *video);
void omap3isp_video_resume(struct isp_video *video, int continuous);
struct media_pad *omap3isp_video_remote_pad(struct isp_video *video);
struct isp_video;
struct isp_video *input;
struct isp_video *output;