Home
last modified time | relevance | path

Searched refs:ccp2 (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/media/platform/ti/omap3isp/
H A Dispccp2.c68 static void ccp2_print_status(struct isp_ccp2_device *ccp2) in ccp2_print_status() argument
70 struct isp_device *isp = to_isp_device(ccp2); in ccp2_print_status()
108 * @ccp2: pointer to ISP CCP2 device
110 static void ccp2_reset(struct isp_ccp2_device *ccp2) in ccp2_reset() argument
112 struct isp_device *isp = to_isp_device(ccp2); in ccp2_reset()
123 "omap3_isp: timeout waiting for ccp2 reset\n"); in ccp2_reset()
131 * @ccp2: pointer to ISP CCP2 device
133 static void ccp2_pwr_cfg(struct isp_ccp2_device *ccp2) in ccp2_pwr_cfg() argument
135 struct isp_device *isp = to_isp_device(ccp2); in ccp2_pwr_cfg()
145 * @ccp2
148 ccp2_if_enable(struct isp_ccp2_device * ccp2,u8 enable) ccp2_if_enable() argument
182 ccp2_mem_enable(struct isp_ccp2_device * ccp2,u8 enable) ccp2_mem_enable() argument
207 ccp2_phyif_config(struct isp_ccp2_device * ccp2,const struct isp_ccp2_cfg * buscfg) ccp2_phyif_config() argument
252 ccp2_vp_config(struct isp_ccp2_device * ccp2,unsigned int vpclk_div) ccp2_vp_config() argument
285 ccp2_lcx_config(struct isp_ccp2_device * ccp2,struct isp_interface_lcx_config * config) ccp2_lcx_config() argument
348 ccp2_if_configure(struct isp_ccp2_device * ccp2) ccp2_if_configure() argument
386 ccp2_adjust_bandwidth(struct isp_ccp2_device * ccp2) ccp2_adjust_bandwidth() argument
434 ccp2_mem_configure(struct isp_ccp2_device * ccp2,struct isp_interface_mem_config * config) ccp2_mem_configure() argument
527 ccp2_set_inaddr(struct isp_ccp2_device * ccp2,u32 addr) ccp2_set_inaddr() argument
538 ccp2_isr_buffer(struct isp_ccp2_device * ccp2) ccp2_isr_buffer() argument
562 omap3isp_ccp2_isr(struct isp_ccp2_device * ccp2) omap3isp_ccp2_isr() 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) __ccp2_get_format() 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) ccp2_try_format() argument
699 struct isp_ccp2_device *ccp2 = v4l2_get_subdevdata(sd); ccp2_enum_mbus_code() local
723 struct isp_ccp2_device *ccp2 = v4l2_get_subdevdata(sd); ccp2_enum_frame_size() local
760 struct isp_ccp2_device *ccp2 = v4l2_get_subdevdata(sd); ccp2_get_format() local
782 struct isp_ccp2_device *ccp2 = v4l2_get_subdevdata(sd); ccp2_set_format() local
836 struct isp_ccp2_device *ccp2 = v4l2_get_subdevdata(sd); ccp2_s_stream() local
940 struct isp_ccp2_device *ccp2 = &video->isp->isp_ccp2; ccp2_video_queue() local
967 struct isp_ccp2_device *ccp2 = v4l2_get_subdevdata(sd); ccp2_link_setup() local
1023 omap3isp_ccp2_unregister_entities(struct isp_ccp2_device * ccp2) omap3isp_ccp2_unregister_entities() argument
1036 omap3isp_ccp2_register_entities(struct isp_ccp2_device * ccp2,struct v4l2_device * vdev) omap3isp_ccp2_register_entities() argument
1067 ccp2_init_entities(struct isp_ccp2_device * ccp2) ccp2_init_entities() argument
1131 struct isp_ccp2_device *ccp2 = &isp->isp_ccp2; omap3isp_ccp2_init() local
1178 struct isp_ccp2_device *ccp2 = &isp->isp_ccp2; omap3isp_ccp2_cleanup() 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 Dispcsiphy.c179 lanes = &buscfg->bus.ccp2.lanecfg; in omap3isp_csiphy_config()
212 buscfg->bus.ccp2.phy_layer); in omap3isp_csiphy_config()
322 buscfg->bus.ccp2.phy_layer); in omap3isp_csiphy_release()
H A Domap3isp.h127 struct isp_ccp2_cfg ccp2; member