Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/media/platform/ti/omap3isp/
Dispstat.h33 struct ispstat;
52 int (*validate_params)(struct ispstat *stat, void *new_conf);
61 void (*set_params)(struct ispstat *stat, void *new_conf);
64 void (*setup_regs)(struct ispstat *stat, void *priv);
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
127 int omap3isp_stat_config(struct ispstat *stat, void *new_conf); argument
128 int omap3isp_stat_request_statistics(struct ispstat *stat,
[all …]
Dispstat.c60 static void __isp_stat_buf_sync_magic(struct ispstat *stat, in __isp_stat_buf_sync_magic()
73 static void isp_stat_buf_sync_magic_for_device(struct ispstat *stat, in isp_stat_buf_sync_magic_for_device()
85 static void isp_stat_buf_sync_magic_for_cpu(struct ispstat *stat, in isp_stat_buf_sync_magic_for_cpu()
97 static int isp_stat_buf_check_magic(struct ispstat *stat, in isp_stat_buf_check_magic()
137 static void isp_stat_buf_insert_magic(struct ispstat *stat, in isp_stat_buf_insert_magic()
158 static void isp_stat_buf_sync_for_device(struct ispstat *stat, in isp_stat_buf_sync_for_device()
168 static void isp_stat_buf_sync_for_cpu(struct ispstat *stat, in isp_stat_buf_sync_for_cpu()
178 static void isp_stat_buf_clear(struct ispstat *stat) in isp_stat_buf_clear()
187 __isp_stat_buf_find(struct ispstat *stat, int look_empty) in __isp_stat_buf_find()
222 isp_stat_buf_find_oldest(struct ispstat *stat) in isp_stat_buf_find_oldest()
[all …]
Disphist.c30 static void hist_reset_mem(struct ispstat *hist) in hist_reset_mem()
62 static void hist_setup_regs(struct ispstat *hist, void *priv) in hist_setup_regs()
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()
304 static int hist_validate_params(struct ispstat *hist, void *new_conf) in hist_validate_params()
360 static int hist_comp_params(struct ispstat *hist, in hist_comp_params()
[all …]
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()
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()
Disp.h206 struct ispstat isp_af;
207 struct ispstat isp_aewb;
208 struct ispstat isp_hist;
DMakefile10 ispstat.o isph3a_aewb.o isph3a_af.o isphist.o