Home
last modified time | relevance | path

Searched refs:ispstat (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/media/platform/ti/omap3isp/
H A Dispstat.h33 struct ispstat;
67 void (*enable)(struct ispstat *stat, int enable);
70 int (*busy)(struct ispstat *stat);
73 int (*buf_process)(struct ispstat *stat);
84 struct ispstat { struct
134 void omap3isp_stat_cleanup(struct ispstat *stat);
143 int omap3isp_stat_busy(struct ispstat *stat);
144 int omap3isp_stat_pcr_busy(struct ispstat *stat);
145 void omap3isp_stat_suspend(struct ispstat *stat);
146 void omap3isp_stat_resume(struct ispstat *stat);
[all …]
H A Dispstat.c178 static void isp_stat_buf_clear(struct ispstat *stat) in isp_stat_buf_clear()
222 isp_stat_buf_find_oldest(struct ispstat *stat) in isp_stat_buf_find_oldest()
233 static int isp_stat_buf_queue(struct ispstat *stat) in isp_stat_buf_queue()
255 static void isp_stat_buf_next(struct ispstat *stat) in isp_stat_buf_next()
641 int omap3isp_stat_pcr_busy(struct ispstat *stat) in omap3isp_stat_pcr_busy()
646 int omap3isp_stat_busy(struct ispstat *stat) in omap3isp_stat_busy()
673 void omap3isp_stat_suspend(struct ispstat *stat) in omap3isp_stat_suspend()
687 void omap3isp_stat_resume(struct ispstat *stat) in omap3isp_stat_resume()
993 void omap3isp_stat_isr(struct ispstat *stat) in omap3isp_stat_isr()
998 void omap3isp_stat_dma_isr(struct ispstat *stat) in omap3isp_stat_dma_isr()
[all …]
H A Disphist.c30 static void hist_reset_mem(struct ispstat *hist) in hist_reset_mem()
140 static void hist_enable(struct ispstat *hist, int enable) in hist_enable()
153 static int hist_busy(struct ispstat *hist) in hist_busy()
161 struct ispstat *hist = data; in hist_dma_cb()
173 static int hist_buf_dma(struct ispstat *hist) in hist_buf_dma()
229 static int hist_buf_pio(struct ispstat *hist) in hist_buf_pio()
270 static int hist_buf_process(struct ispstat *hist) in hist_buf_process()
360 static int hist_comp_params(struct ispstat *hist, in hist_comp_params()
428 struct ispstat *stat = v4l2_get_subdevdata(sd); in hist_ioctl()
476 struct ispstat *hist = &isp->isp_hist; in omap3isp_hist_init()
[all …]
H A Disph3a_aewb.c25 static void h3a_aewb_setup_regs(struct ispstat *aewb, void *priv) in h3a_aewb_setup_regs()
78 static void h3a_aewb_enable(struct ispstat *aewb, int enable) in h3a_aewb_enable()
91 static int h3a_aewb_busy(struct ispstat *aewb) in h3a_aewb_busy()
112 static int h3a_aewb_validate_params(struct ispstat *aewb, void *new_conf) in h3a_aewb_validate_params()
179 static void h3a_aewb_set_params(struct ispstat *aewb, void *new_conf) in h3a_aewb_set_params()
243 struct ispstat *stat = v4l2_get_subdevdata(sd); in h3a_aewb_ioctl()
289 struct ispstat *aewb = &isp->isp_aewb; in omap3isp_h3a_aewb_init()
H A Disph3a_af.c26 static void h3a_af_setup_regs(struct ispstat *af, void *priv) in h3a_af_setup_regs()
128 static void h3a_af_enable(struct ispstat *af, int enable) in h3a_af_enable()
141 static int h3a_af_busy(struct ispstat *af) in h3a_af_busy()
153 static int h3a_af_validate_params(struct ispstat *af, void *new_conf) in h3a_af_validate_params()
227 static void h3a_af_set_params(struct ispstat *af, void *new_conf) in h3a_af_set_params()
307 struct ispstat *stat = v4l2_get_subdevdata(sd); in h3a_af_ioctl()
352 struct ispstat *af = &isp->isp_af; in omap3isp_h3a_af_init()
H A Disp.h206 struct ispstat isp_af;
207 struct ispstat isp_aewb;
208 struct ispstat isp_hist;
H A DMakefile10 ispstat.o isph3a_aewb.o isph3a_af.o isphist.o