Searched refs:ispstat (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/media/platform/omap3isp/ |
D | ispstat.h | 36 struct ispstat; 55 int (*validate_params)(struct ispstat *stat, void *new_conf); 64 void (*set_params)(struct ispstat *stat, void *new_conf); 67 void (*setup_regs)(struct ispstat *stat, void *priv); 70 void (*enable)(struct ispstat *stat, int enable); 73 int (*busy)(struct ispstat *stat); 76 int (*buf_process)(struct ispstat *stat); 87 struct ispstat { struct 130 int omap3isp_stat_config(struct ispstat *stat, void *new_conf); argument 131 int omap3isp_stat_request_statistics(struct ispstat *stat, [all …]
|
D | ispstat.c | 63 static void __isp_stat_buf_sync_magic(struct ispstat *stat, in __isp_stat_buf_sync_magic() 76 static void isp_stat_buf_sync_magic_for_device(struct ispstat *stat, in isp_stat_buf_sync_magic_for_device() 88 static void isp_stat_buf_sync_magic_for_cpu(struct ispstat *stat, in isp_stat_buf_sync_magic_for_cpu() 100 static int isp_stat_buf_check_magic(struct ispstat *stat, in isp_stat_buf_check_magic() 140 static void isp_stat_buf_insert_magic(struct ispstat *stat, in isp_stat_buf_insert_magic() 161 static void isp_stat_buf_sync_for_device(struct ispstat *stat, in isp_stat_buf_sync_for_device() 171 static void isp_stat_buf_sync_for_cpu(struct ispstat *stat, in isp_stat_buf_sync_for_cpu() 181 static void isp_stat_buf_clear(struct ispstat *stat) in isp_stat_buf_clear() 190 __isp_stat_buf_find(struct ispstat *stat, int look_empty) in __isp_stat_buf_find() 225 isp_stat_buf_find_oldest(struct ispstat *stat) in isp_stat_buf_find_oldest() [all …]
|
D | isphist.c | 33 static void hist_reset_mem(struct ispstat *hist) in hist_reset_mem() 65 static void hist_setup_regs(struct ispstat *hist, void *priv) in hist_setup_regs() 143 static void hist_enable(struct ispstat *hist, int enable) in hist_enable() 156 static int hist_busy(struct ispstat *hist) in hist_busy() 164 struct ispstat *hist = data; in hist_dma_cb() 176 static int hist_buf_dma(struct ispstat *hist) in hist_buf_dma() 232 static int hist_buf_pio(struct ispstat *hist) in hist_buf_pio() 273 static int hist_buf_process(struct ispstat *hist) in hist_buf_process() 307 static int hist_validate_params(struct ispstat *hist, void *new_conf) in hist_validate_params() 363 static int hist_comp_params(struct ispstat *hist, in hist_comp_params() [all …]
|
D | isph3a_aewb.c | 28 static void h3a_aewb_setup_regs(struct ispstat *aewb, void *priv) in h3a_aewb_setup_regs() 81 static void h3a_aewb_enable(struct ispstat *aewb, int enable) in h3a_aewb_enable() 94 static int h3a_aewb_busy(struct ispstat *aewb) in h3a_aewb_busy() 115 static int h3a_aewb_validate_params(struct ispstat *aewb, void *new_conf) in h3a_aewb_validate_params() 182 static void h3a_aewb_set_params(struct ispstat *aewb, void *new_conf) in h3a_aewb_set_params() 246 struct ispstat *stat = v4l2_get_subdevdata(sd); in h3a_aewb_ioctl() 292 struct ispstat *aewb = &isp->isp_aewb; in omap3isp_h3a_aewb_init()
|
D | isph3a_af.c | 29 static void h3a_af_setup_regs(struct ispstat *af, void *priv) in h3a_af_setup_regs() 131 static void h3a_af_enable(struct ispstat *af, int enable) in h3a_af_enable() 144 static int h3a_af_busy(struct ispstat *af) in h3a_af_busy() 156 static int h3a_af_validate_params(struct ispstat *af, void *new_conf) in h3a_af_validate_params() 230 static void h3a_af_set_params(struct ispstat *af, void *new_conf) in h3a_af_set_params() 310 struct ispstat *stat = v4l2_get_subdevdata(sd); in h3a_af_ioctl() 355 struct ispstat *af = &isp->isp_af; in omap3isp_h3a_af_init()
|
D | isp.h | 209 struct ispstat isp_af; 210 struct ispstat isp_aewb; 211 struct ispstat isp_hist;
|
D | Makefile | 10 ispstat.o isph3a_aewb.o isph3a_af.o isphist.o
|