/drivers/media/platform/omap3isp/ |
D | isp.h | 44 container_of(ptr_module, struct isp_device, isp_##ptr_module) 129 struct isp_device *isp; 175 struct isp_device { struct 235 container_of(dev, struct isp_device, v4l2_dev) argument 237 void omap3isp_hist_dma_done(struct isp_device *isp); 239 void omap3isp_flush(struct isp_device *isp); 250 void omap3isp_configure_bridge(struct isp_device *isp, 255 struct isp_device *omap3isp_get(struct isp_device *isp); 256 void omap3isp_put(struct isp_device *isp); 258 void omap3isp_print_status(struct isp_device *isp); [all …]
|
D | isp.c | 83 static void isp_save_ctx(struct isp_device *isp); 85 static void isp_restore_ctx(struct isp_device *isp); 148 void omap3isp_flush(struct isp_device *isp) in omap3isp_flush() 295 struct isp_device *isp = data; in isp_xclk_src_get() 303 static int isp_xclk_init(struct isp_device *isp) in isp_xclk_init() 343 static void isp_xclk_cleanup(struct isp_device *isp) in isp_xclk_cleanup() 367 static void isp_enable_interrupts(struct isp_device *isp) in isp_enable_interrupts() 390 static void isp_disable_interrupts(struct isp_device *isp) in isp_disable_interrupts() 407 static void isp_core_init(struct isp_device *isp, int idle) in isp_core_init() 434 void omap3isp_configure_bridge(struct isp_device *isp, in omap3isp_configure_bridge() [all …]
|
D | isppreview.c | 155 struct isp_device *isp = to_isp_device(prev); in preview_config_luma_enhancement() 173 struct isp_device *isp = to_isp_device(prev); in preview_enable_luma_enhancement() 188 struct isp_device *isp = to_isp_device(prev); in preview_enable_invalaw() 204 struct isp_device *isp = to_isp_device(prev); in preview_config_hmed() 218 struct isp_device *isp = to_isp_device(prev); in preview_enable_hmed() 247 struct isp_device *isp = to_isp_device(prev); in preview_config_cfa() 275 struct isp_device *isp = to_isp_device(prev); in preview_config_chroma_suppression() 290 struct isp_device *isp = to_isp_device(prev); in preview_enable_chroma_suppression() 309 struct isp_device *isp = to_isp_device(prev); in preview_config_whitebalance() 348 struct isp_device *isp = to_isp_device(prev); in preview_config_blkadj() [all …]
|
D | isph3a.h | 101 int omap3isp_h3a_aewb_init(struct isp_device *isp); 102 int omap3isp_h3a_af_init(struct isp_device *isp); 104 void omap3isp_h3a_aewb_cleanup(struct isp_device *isp); 105 void omap3isp_h3a_af_cleanup(struct isp_device *isp);
|
D | ispresizer.c | 155 struct isp_device *isp = to_isp_device(res); in resizer_set_filters() 186 struct isp_device *isp = to_isp_device(res); in resizer_set_bilinear() 203 struct isp_device *isp = to_isp_device(res); in resizer_set_ycpos() 230 struct isp_device *isp = to_isp_device(res); in resizer_set_phase() 266 struct isp_device *isp = to_isp_device(res); in resizer_set_luma() 292 struct isp_device *isp = to_isp_device(res); in resizer_set_source() 312 struct isp_device *isp = to_isp_device(res); in resizer_set_ratio() 356 struct isp_device *isp = to_isp_device(res); in resizer_set_output_size() 377 struct isp_device *isp = to_isp_device(res); in resizer_set_output_offset() 399 struct isp_device *isp = to_isp_device(res); in resizer_set_start() [all …]
|
D | isphist.h | 25 struct isp_device; 27 int omap3isp_hist_init(struct isp_device *isp); 28 void omap3isp_hist_cleanup(struct isp_device *isp);
|
D | isppreview.h | 148 struct isp_device; 150 int omap3isp_preview_init(struct isp_device *isp); 151 void omap3isp_preview_cleanup(struct isp_device *isp); 162 void omap3isp_preview_restore_context(struct isp_device *isp);
|
D | ispccdc.h | 163 struct isp_device; 165 int omap3isp_ccdc_init(struct isp_device *isp); 166 void omap3isp_ccdc_cleanup(struct isp_device *isp); 173 void omap3isp_ccdc_restore_context(struct isp_device *isp);
|
D | ispcsi2.c | 30 static void csi2_if_enable(struct isp_device *isp, in csi2_if_enable() 46 static void csi2_recv_config(struct isp_device *isp, in csi2_recv_config() 222 struct isp_device *isp = csi2->isp; in csi2_set_outaddr() 250 static void csi2_ctx_enable(struct isp_device *isp, in csi2_ctx_enable() 282 static void csi2_ctx_config(struct isp_device *isp, in csi2_ctx_config() 357 static void csi2_timing_config(struct isp_device *isp, in csi2_timing_config() 391 static void csi2_irq_ctx_set(struct isp_device *isp, in csi2_irq_ctx_set() 412 static void csi2_irq_complexio1_set(struct isp_device *isp, in csi2_irq_complexio1_set() 455 static void csi2_irq_status_set(struct isp_device *isp, in csi2_irq_status_set() 485 struct isp_device *isp = csi2->isp; in omap3isp_csi2_reset() [all …]
|
D | ispccp2.c | 73 struct isp_device *isp = to_isp_device(ccp2); in ccp2_print_status() 115 struct isp_device *isp = to_isp_device(ccp2); in ccp2_reset() 138 struct isp_device *isp = to_isp_device(ccp2); in ccp2_pwr_cfg() 153 struct isp_device *isp = to_isp_device(ccp2); in ccp2_if_enable() 187 struct isp_device *isp = to_isp_device(ccp2); in ccp2_mem_enable() 213 struct isp_device *isp = to_isp_device(ccp2); in ccp2_phyif_config() 255 struct isp_device *isp = to_isp_device(ccp2); in ccp2_vp_config() 288 struct isp_device *isp = to_isp_device(ccp2); in ccp2_lcx_config() 386 struct isp_device *isp = to_isp_device(ccp2); in ccp2_adjust_bandwidth() 434 struct isp_device *isp = to_isp_device(ccp2); in ccp2_mem_configure() [all …]
|
D | ispccp2.h | 22 struct isp_device; 81 int omap3isp_ccp2_init(struct isp_device *isp); 82 void omap3isp_ccp2_cleanup(struct isp_device *isp);
|
D | ispresizer.h | 119 struct isp_device; 121 int omap3isp_resizer_init(struct isp_device *isp); 122 void omap3isp_resizer_cleanup(struct isp_device *isp);
|
D | ispccdc.c | 70 struct isp_device *isp = to_isp_device(ccdc); in ccdc_print_status() 117 struct isp_device *isp = to_isp_device(ccdc); in omap3isp_ccdc_busy() 137 struct isp_device *isp = to_isp_device(ccdc); in ccdc_lsc_validate_config() 212 struct isp_device *isp = to_isp_device(ccdc); in ccdc_lsc_setup_regs() 235 struct isp_device *isp = to_isp_device(ccdc); in ccdc_lsc_wait_prefetch() 264 struct isp_device *isp = to_isp_device(ccdc); in __ccdc_lsc_enable() 299 struct isp_device *isp = to_isp_device(ccdc); in ccdc_lsc_busy() 338 struct isp_device *isp = to_isp_device(ccdc); in ccdc_lsc_error_handler() 356 struct isp_device *isp = to_isp_device(ccdc); in ccdc_lsc_free_request() 407 struct isp_device *isp = to_isp_device(ccdc); in ccdc_lsc_config() [all …]
|
D | ispcsi2.h | 127 struct isp_device *isp; 150 int omap3isp_csi2_init(struct isp_device *isp); 151 void omap3isp_csi2_cleanup(struct isp_device *isp);
|
D | ispcsiphy.h | 26 struct isp_device *isp; 41 int omap3isp_csiphy_init(struct isp_device *isp);
|
D | isphist.c | 36 struct isp_device *isp = hist->isp; in hist_reset_mem() 68 struct isp_device *isp = hist->isp; in hist_setup_regs() 235 struct isp_device *isp = hist->isp; in hist_buf_pio() 476 int omap3isp_hist_init(struct isp_device *isp) in omap3isp_hist_init() 528 void omap3isp_hist_cleanup(struct isp_device *isp) in omap3isp_hist_cleanup()
|
D | ispvideo.h | 28 struct isp_device; 159 struct isp_device *isp;
|
D | isph3a_aewb.c | 288 int omap3isp_h3a_aewb_init(struct isp_device *isp) in omap3isp_h3a_aewb_init() 338 void omap3isp_h3a_aewb_cleanup(struct isp_device *isp) in omap3isp_h3a_aewb_cleanup()
|
D | isph3a_af.c | 351 int omap3isp_h3a_af_init(struct isp_device *isp) in omap3isp_h3a_af_init() 393 void omap3isp_h3a_af_cleanup(struct isp_device *isp) in omap3isp_h3a_af_cleanup()
|
D | ispstat.h | 99 struct isp_device *isp;
|
D | ispcsiphy.c | 325 int omap3isp_csiphy_init(struct isp_device *isp) in omap3isp_csiphy_init()
|
D | ispvideo.c | 882 struct isp_device *isp = video->isp; in isp_video_check_external_subdevs()
|