Searched refs:ccp2 (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/media/platform/ti/omap3isp/
H A Dispccp2.c68 static void ccp2_print_status(struct isp_ccp2_device *ccp2) argument
70 struct isp_device *isp = to_isp_device(ccp2);
108 * @ccp2: pointer to ISP CCP2 device
110 static void ccp2_reset(struct isp_ccp2_device *ccp2) argument
112 struct isp_device *isp = to_isp_device(ccp2);
123 "omap3_isp: timeout waiting for ccp2 reset\n");
131 * @ccp2: pointer to ISP CCP2 device
133 static void ccp2_pwr_cfg(struct isp_ccp2_device *ccp2) argument
135 struct isp_device *isp = to_isp_device(ccp2);
145 * @ccp2
148 ccp2_if_enable(struct isp_ccp2_device *ccp2, u8 enable) argument
182 ccp2_mem_enable(struct isp_ccp2_device *ccp2, u8 enable) argument
207 ccp2_phyif_config(struct isp_ccp2_device *ccp2, const struct isp_ccp2_cfg *buscfg) argument
252 ccp2_vp_config(struct isp_ccp2_device *ccp2, unsigned int vpclk_div) argument
285 ccp2_lcx_config(struct isp_ccp2_device *ccp2, struct isp_interface_lcx_config *config) argument
348 ccp2_if_configure(struct isp_ccp2_device *ccp2) argument
386 ccp2_adjust_bandwidth(struct isp_ccp2_device *ccp2) argument
434 ccp2_mem_configure(struct isp_ccp2_device *ccp2, struct isp_interface_mem_config *config) argument
527 ccp2_set_inaddr(struct isp_ccp2_device *ccp2, u32 addr) argument
538 ccp2_isr_buffer(struct isp_ccp2_device *ccp2) argument
562 omap3isp_ccp2_isr(struct isp_ccp2_device *ccp2) argument
623 __ccp2_get_format(struct isp_ccp2_device *ccp2, struct v4l2_subdev_state *sd_state, unsigned int pad, enum v4l2_subdev_format_whence which) argument
641 ccp2_try_format(struct isp_ccp2_device *ccp2, struct v4l2_subdev_state *sd_state, unsigned int pad, struct v4l2_mbus_framefmt *fmt, enum v4l2_subdev_format_whence which) argument
699 struct isp_ccp2_device *ccp2 = v4l2_get_subdevdata(sd); local
723 struct isp_ccp2_device *ccp2 = v4l2_get_subdevdata(sd); local
760 struct isp_ccp2_device *ccp2 = v4l2_get_subdevdata(sd); local
782 struct isp_ccp2_device *ccp2 = v4l2_get_subdevdata(sd); local
836 struct isp_ccp2_device *ccp2 = v4l2_get_subdevdata(sd); local
940 struct isp_ccp2_device *ccp2 = &video->isp->isp_ccp2; local
967 struct isp_ccp2_device *ccp2 = v4l2_get_subdevdata(sd); local
1023 omap3isp_ccp2_unregister_entities(struct isp_ccp2_device *ccp2) argument
1036 omap3isp_ccp2_register_entities(struct isp_ccp2_device *ccp2, struct v4l2_device *vdev) argument
1067 ccp2_init_entities(struct isp_ccp2_device *ccp2) argument
1131 struct isp_ccp2_device *ccp2 = &isp->isp_ccp2; local
1178 struct isp_ccp2_device *ccp2 = &isp->isp_ccp2; local
[all...]
H A Dispccp2.h22 /* Sink and source ccp2 pads */
80 int omap3isp_ccp2_register_entities(struct isp_ccp2_device *ccp2,
82 void omap3isp_ccp2_unregister_entities(struct isp_ccp2_device *ccp2);
83 void omap3isp_ccp2_isr(struct isp_ccp2_device *ccp2);
H A Domap3isp.h127 struct isp_ccp2_cfg ccp2; member in union:isp_bus_cfg::__anon179
H A Dispcsiphy.c179 lanes = &buscfg->bus.ccp2.lanecfg;
212 buscfg->bus.ccp2.phy_layer);
322 buscfg->bus.ccp2.phy_layer);
H A Disp.c92 0x0400, /* ccp2, len 0x01f0 */
110 0x0400, /* ccp2, len 0x01f0 */
2116 buscfg->bus.ccp2.lanecfg.clk.pos = vep->bus.mipi_csi1.clock_lane;
2117 buscfg->bus.ccp2.lanecfg.clk.pol = vep->bus.mipi_csi1.lane_polarity[0];
2119 buscfg->bus.ccp2.lanecfg.clk.pol,
2120 buscfg->bus.ccp2.lanecfg.clk.pos);
2122 buscfg->bus.ccp2.lanecfg.data[0].pos = vep->bus.mipi_csi1.data_lane;
2123 buscfg->bus.ccp2.lanecfg.data[0].pol =
2127 buscfg->bus.ccp2.lanecfg.data[0].pol,
2128 buscfg->bus.ccp2
[all...]

Completed in 239 milliseconds