Symbol: isp_pipeline
drivers/media/platform/ti/omap3isp/isp.c
1191
struct isp_pipeline *pipe = to_isp_pipeline(me);
drivers/media/platform/ti/omap3isp/isp.c
530
struct isp_pipeline *pipe;
drivers/media/platform/ti/omap3isp/isp.c
671
static int isp_pipeline_enable(struct isp_pipeline *pipe,
drivers/media/platform/ti/omap3isp/isp.c
781
static int isp_pipeline_disable(struct isp_pipeline *pipe)
drivers/media/platform/ti/omap3isp/isp.c
866
int omap3isp_pipeline_set_stream(struct isp_pipeline *pipe,
drivers/media/platform/ti/omap3isp/isp.c
891
void omap3isp_pipeline_cancel_stream(struct isp_pipeline *pipe)
drivers/media/platform/ti/omap3isp/isp.c
905
static void isp_pipeline_resume(struct isp_pipeline *pipe)
drivers/media/platform/ti/omap3isp/isp.c
921
static void isp_pipeline_suspend(struct isp_pipeline *pipe)
drivers/media/platform/ti/omap3isp/isp.c
937
struct isp_pipeline *pipe;
drivers/media/platform/ti/omap3isp/isp.h
252
int omap3isp_pipeline_set_stream(struct isp_pipeline *pipe,
drivers/media/platform/ti/omap3isp/isp.h
254
void omap3isp_pipeline_cancel_stream(struct isp_pipeline *pipe);
drivers/media/platform/ti/omap3isp/ispccdc.c
1468
struct isp_pipeline *pipe = to_isp_pipeline(&ccdc->subdev.entity);
drivers/media/platform/ti/omap3isp/ispccdc.c
1492
struct isp_pipeline *pipe =
drivers/media/platform/ti/omap3isp/ispccdc.c
1546
struct isp_pipeline *pipe = to_isp_pipeline(&ccdc->subdev.entity);
drivers/media/platform/ti/omap3isp/ispccdc.c
1590
struct isp_pipeline *pipe = to_isp_pipeline(&ccdc->subdev.entity);
drivers/media/platform/ti/omap3isp/ispccdc.c
1657
struct isp_pipeline *pipe =
drivers/media/platform/ti/omap3isp/ispccdc.c
805
struct isp_pipeline *pipe = to_isp_pipeline(&ccdc->subdev.entity);
drivers/media/platform/ti/omap3isp/ispccdc.c
938
struct isp_pipeline *pipe = to_isp_pipeline(&ccdc->subdev.entity);
drivers/media/platform/ti/omap3isp/ispccp2.c
350
struct isp_pipeline *pipe = to_isp_pipeline(&ccp2->subdev.entity);
drivers/media/platform/ti/omap3isp/ispccp2.c
388
struct isp_pipeline *pipe = to_isp_pipeline(&ccp2->subdev.entity);
drivers/media/platform/ti/omap3isp/ispccp2.c
540
struct isp_pipeline *pipe = to_isp_pipeline(&ccp2->subdev.entity);
drivers/media/platform/ti/omap3isp/ispccp2.c
564
struct isp_pipeline *pipe = to_isp_pipeline(&ccp2->subdev.entity);
drivers/media/platform/ti/omap3isp/ispcsi2.c
548
struct isp_pipeline *pipe = to_isp_pipeline(&csi2->subdev.entity);
drivers/media/platform/ti/omap3isp/ispcsi2.c
739
struct isp_pipeline *pipe = to_isp_pipeline(&csi2->subdev.entity);
drivers/media/platform/ti/omap3isp/ispcsiphy.c
165
struct isp_pipeline *pipe = to_isp_pipeline(phy->entity);
drivers/media/platform/ti/omap3isp/ispcsiphy.c
312
struct isp_pipeline *pipe = to_isp_pipeline(phy->entity);
drivers/media/platform/ti/omap3isp/isppreview.c
1164
struct isp_pipeline *pipe = to_isp_pipeline(&prev->subdev.entity);
drivers/media/platform/ti/omap3isp/isppreview.c
1476
struct isp_pipeline *pipe = to_isp_pipeline(&prev->subdev.entity);
drivers/media/platform/ti/omap3isp/ispresizer.c
1016
struct isp_pipeline *pipe = to_isp_pipeline(&res->subdev.entity);
drivers/media/platform/ti/omap3isp/ispresizer.c
1552
struct isp_pipeline *pipe = to_isp_pipeline(&sd->entity);
drivers/media/platform/ti/omap3isp/ispresizer.c
502
struct isp_pipeline *pipe = to_isp_pipeline(&res->subdev.entity);
drivers/media/platform/ti/omap3isp/ispresizer.c
543
struct isp_pipeline *pipe = to_isp_pipeline(&res->subdev.entity);
drivers/media/platform/ti/omap3isp/ispstat.c
856
struct isp_pipeline *pipe;
drivers/media/platform/ti/omap3isp/ispvideo.c
1025
struct isp_pipeline *pipe)
drivers/media/platform/ti/omap3isp/ispvideo.c
1154
struct isp_pipeline *pipe;
drivers/media/platform/ti/omap3isp/ispvideo.c
1259
struct isp_pipeline *pipe = to_isp_pipeline(&video->video.entity);
drivers/media/platform/ti/omap3isp/ispvideo.c
226
struct isp_pipeline *pipe)
drivers/media/platform/ti/omap3isp/ispvideo.c
402
struct isp_pipeline *pipe = to_isp_pipeline(&video->video.entity);
drivers/media/platform/ti/omap3isp/ispvideo.c
472
struct isp_pipeline *pipe = to_isp_pipeline(&video->video.entity);
drivers/media/platform/ti/omap3isp/ispvideo.c
525
struct isp_pipeline *pipe = to_isp_pipeline(&video->video.entity);
drivers/media/platform/ti/omap3isp/ispvideo.h
102
static inline struct isp_pipeline *to_isp_pipeline(struct media_entity *entity)
drivers/media/platform/ti/omap3isp/ispvideo.h
109
return container_of(pipe, struct isp_pipeline, pipe);
drivers/media/platform/ti/omap3isp/ispvideo.h
112
static inline int isp_pipeline_ready(struct isp_pipeline *pipe)
drivers/media/platform/ti/omap3isp/ispvideo.h
173
struct isp_pipeline pipe;