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 Disp.h41 container_of(ptr_module, struct isp_device, isp_##ptr_module)
126 struct isp_device *isp;
172 struct isp_device { struct
240 container_of(dev, struct isp_device, v4l2_dev) argument
242 void omap3isp_hist_dma_done(struct isp_device *isp);
244 void omap3isp_flush(struct isp_device *isp);
255 void omap3isp_configure_bridge(struct isp_device *isp,
260 struct isp_device *omap3isp_get(struct isp_device *isp);
261 void omap3isp_put(struct isp_device *isp);
263 void omap3isp_sbl_enable(struct isp_device *isp, enum isp_sbl_resource res);
[all …]
H A Disp.c82 static void isp_save_ctx(struct isp_device *isp);
84 static void isp_restore_ctx(struct isp_device *isp);
147 void omap3isp_flush(struct isp_device *isp) in omap3isp_flush()
287 struct isp_device *isp = data; in isp_xclk_src_get()
295 static int isp_xclk_init(struct isp_device *isp) in isp_xclk_init()
335 static void isp_xclk_cleanup(struct isp_device *isp) in isp_xclk_cleanup()
359 static void isp_enable_interrupts(struct isp_device *isp) in isp_enable_interrupts()
382 static void isp_disable_interrupts(struct isp_device *isp) in isp_disable_interrupts()
399 static void isp_core_init(struct isp_device *isp, int idle) in isp_core_init()
426 void omap3isp_configure_bridge(struct isp_device *isp, in omap3isp_configure_bridge()
[all …]
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 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 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 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 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 Dispccdc.c68 struct isp_device *isp = to_isp_device(ccdc); in ccdc_print_status()
115 struct isp_device *isp = to_isp_device(ccdc); in omap3isp_ccdc_busy()
135 struct isp_device *isp = to_isp_device(ccdc); in ccdc_lsc_validate_config()
210 struct isp_device *isp = to_isp_device(ccdc); in ccdc_lsc_setup_regs()
233 struct isp_device *isp = to_isp_device(ccdc); in ccdc_lsc_wait_prefetch()
262 struct isp_device *isp = to_isp_device(ccdc); in __ccdc_lsc_enable()
297 struct isp_device *isp = to_isp_device(ccdc); in ccdc_lsc_busy()
335 struct isp_device *isp = to_isp_device(ccdc); in ccdc_lsc_error_handler()
353 struct isp_device *isp = to_isp_device(ccdc); in ccdc_lsc_free_request()
404 struct isp_device *isp = to_isp_device(ccdc); in ccdc_lsc_config()
[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 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 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_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 Dispstat.h96 struct isp_device *isp;
H A Dispvideo.c1027 struct isp_device *isp = video->isp; in isp_video_check_external_subdevs()