Lines Matching defs:pipe
805 struct isp_pipeline *pipe = to_isp_pipeline(&ccdc->subdev.entity);
809 unsigned long l3_ick = pipe->l3_ick;
853 if (pipe->input)
854 div = DIV_ROUND_UP(l3_ick, pipe->max_rate);
855 else if (pipe->external_rate)
856 div = l3_ick / pipe->external_rate;
938 struct isp_pipeline *pipe = to_isp_pipeline(&ccdc->subdev.entity);
941 if (pipe == NULL)
949 rate = pipe->l3_ick / 2 * 9 / 10;
951 rate = pipe->l3_ick / 2;
1462 struct isp_pipeline *pipe = to_isp_pipeline(&ccdc->subdev.entity);
1467 atomic_inc(&pipe->frame_number);
1471 event.u.frame_sync.frame_sequence = atomic_read(&pipe->frame_number);
1486 struct isp_pipeline *pipe =
1490 pipe->error = true;
1540 struct isp_pipeline *pipe = to_isp_pipeline(&ccdc->subdev.entity);
1558 pipe->field = field;
1584 struct isp_pipeline *pipe = to_isp_pipeline(&ccdc->subdev.entity);
1610 omap3isp_pipeline_cancel_stream(pipe);
1626 pipe->state |= ISP_PIPELINE_IDLE_OUTPUT;
1629 isp_pipeline_ready(pipe))
1630 omap3isp_pipeline_set_stream(pipe,
1651 struct isp_pipeline *pipe =
1654 atomic_inc(&pipe->frame_number);