Searched refs:ispstat (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/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 | 62 static void __isp_stat_buf_sync_magic(struct ispstat *stat, in __isp_stat_buf_sync_magic() 75 static void isp_stat_buf_sync_magic_for_device(struct ispstat *stat, in isp_stat_buf_sync_magic_for_device() 87 static void isp_stat_buf_sync_magic_for_cpu(struct ispstat *stat, in isp_stat_buf_sync_magic_for_cpu() 99 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 …]
|
D | isphist.c | 34 static void hist_reset_mem(struct ispstat *hist) in hist_reset_mem() 66 static void hist_setup_regs(struct ispstat *hist, void *priv) in hist_setup_regs() 144 static void hist_enable(struct ispstat *hist, int enable) in hist_enable() 157 static int hist_busy(struct ispstat *hist) in hist_busy() 165 struct ispstat *hist = data; in hist_dma_cb() 177 static int hist_buf_dma(struct ispstat *hist) in hist_buf_dma() 233 static int hist_buf_pio(struct ispstat *hist) in hist_buf_pio() 274 static int hist_buf_process(struct ispstat *hist) in hist_buf_process() 308 static int hist_validate_params(struct ispstat *hist, void *new_conf) in hist_validate_params() 364 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() 290 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() 353 struct ispstat *af = &isp->isp_af; in omap3isp_h3a_af_init()
|
D | isp.h | 214 struct ispstat isp_af; 215 struct ispstat isp_aewb; 216 struct ispstat isp_hist;
|
D | Makefile | 9 ispstat.o isph3a_aewb.o isph3a_af.o isphist.o
|