Home
last modified time | relevance | path

Searched refs:isp_device (Results 1 – 18 of 18) sorted by relevance

/linux/drivers/media/platform/ti/omap3isp/
H A Disph3a.h98 int omap3isp_h3a_aewb_init(struct isp_device *isp);
99 int omap3isp_h3a_af_init(struct isp_device *isp);
101 void omap3isp_h3a_aewb_cleanup(struct isp_device *isp);
102 void omap3isp_h3a_af_cleanup(struct isp_device *isp);
H A Disphist.h22 struct isp_device;
24 int omap3isp_hist_init(struct isp_device *isp);
25 void omap3isp_hist_cleanup(struct isp_device *isp);
H A Dispcsiphy.h23 struct isp_device *isp;
40 int omap3isp_csiphy_init(struct isp_device *isp);
41 void omap3isp_csiphy_cleanup(struct isp_device *isp);
H A Disppreview.h145 struct isp_device;
147 int omap3isp_preview_init(struct isp_device *isp);
148 void omap3isp_preview_cleanup(struct isp_device *isp);
159 void omap3isp_preview_restore_context(struct isp_device *isp);
H A Disppreview.c152 struct isp_device *isp = to_isp_device(prev); in preview_config_luma_enhancement()
170 struct isp_device *isp = to_isp_device(prev); in preview_enable_luma_enhancement()
185 struct isp_device *isp = to_isp_device(prev); in preview_enable_invalaw()
201 struct isp_device *isp = to_isp_device(prev); in preview_config_hmed()
215 struct isp_device *isp = to_isp_device(prev); in preview_enable_hmed()
244 struct isp_device *isp = to_isp_device(prev); in preview_config_cfa()
272 struct isp_device *isp = to_isp_device(prev); in preview_config_chroma_suppression()
287 struct isp_device *isp = to_isp_device(prev); in preview_enable_chroma_suppression()
306 struct isp_device *isp = to_isp_device(prev); in preview_config_whitebalance()
345 struct isp_device *is in preview_config_blkadj()
[all...]
H A Dispccdc.h160 struct isp_device;
162 int omap3isp_ccdc_init(struct isp_device *isp);
163 void omap3isp_ccdc_cleanup(struct isp_device *isp);
170 void omap3isp_ccdc_restore_context(struct isp_device *isp);
H A Dispresizer.c154 struct isp_device *isp = to_isp_device(res); in resizer_set_filters()
185 struct isp_device *isp = to_isp_device(res); in resizer_set_bilinear()
202 struct isp_device *isp = to_isp_device(res); in resizer_set_ycpos()
229 struct isp_device *isp = to_isp_device(res); in resizer_set_phase()
265 struct isp_device *isp = to_isp_device(res); in resizer_set_luma()
291 struct isp_device *isp = to_isp_device(res); in resizer_set_source()
311 struct isp_device *isp = to_isp_device(res); in resizer_set_ratio()
355 struct isp_device *isp = to_isp_device(res); in resizer_set_output_size()
376 struct isp_device *isp = to_isp_device(res); in resizer_set_output_offset()
398 struct isp_device *is in resizer_set_start()
[all...]
H A Dispccp2.h19 struct isp_device;
78 int omap3isp_ccp2_init(struct isp_device *isp);
79 void omap3isp_ccp2_cleanup(struct isp_device *isp);
H A Dispresizer.h116 struct isp_device;
118 int omap3isp_resizer_init(struct isp_device *isp);
119 void omap3isp_resizer_cleanup(struct isp_device *isp);
H A Dispccp2.c70 struct isp_device *isp = to_isp_device(ccp2); in ccp2_print_status()
112 struct isp_device *isp = to_isp_device(ccp2); in ccp2_reset()
135 struct isp_device *isp = to_isp_device(ccp2); in ccp2_pwr_cfg()
150 struct isp_device *isp = to_isp_device(ccp2); in ccp2_if_enable()
184 struct isp_device *isp = to_isp_device(ccp2); in ccp2_mem_enable()
210 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()
389 struct isp_device *isp = to_isp_device(ccp2); in ccp2_adjust_bandwidth()
437 struct isp_device *is in ccp2_mem_configure()
[all...]
H A Dispcsi2.h124 struct isp_device *isp;
147 int omap3isp_csi2_init(struct isp_device *isp);
148 void omap3isp_csi2_cleanup(struct isp_device *isp);
H A Disphist.c32 struct isp_device *isp = hist->isp; in hist_reset_mem()
64 struct isp_device *isp = hist->isp; in hist_setup_regs()
231 struct isp_device *isp = hist->isp; in hist_buf_pio()
474 int omap3isp_hist_init(struct isp_device *isp) in omap3isp_hist_init()
532 void omap3isp_hist_cleanup(struct isp_device *isp) in omap3isp_hist_cleanup()
H A Dispvideo.h25 struct isp_device;
163 struct isp_device *isp;
H A Dispcsiphy.c336 int omap3isp_csiphy_init(struct isp_device *isp) in omap3isp_csiphy_init()
361 void omap3isp_csiphy_cleanup(struct isp_device *isp) in omap3isp_csiphy_cleanup()
H A Disph3a_aewb.c287 int omap3isp_h3a_aewb_init(struct isp_device *isp) in omap3isp_h3a_aewb_init()
347 void omap3isp_h3a_aewb_cleanup(struct isp_device *isp) in omap3isp_h3a_aewb_cleanup()
H A Dispstat.h96 struct isp_device *isp;
H A Disph3a_af.c350 int omap3isp_h3a_af_init(struct isp_device *isp) in omap3isp_h3a_af_init()
402 void omap3isp_h3a_af_cleanup(struct isp_device *isp) in omap3isp_h3a_af_cleanup()
H A Dispvideo.c953 struct isp_device *isp = video->isp; in isp_video_check_external_subdevs()