Symbol: ispstat
drivers/media/platform/ti/omap3isp/isp.h
206
struct ispstat isp_af;
drivers/media/platform/ti/omap3isp/isp.h
207
struct ispstat isp_aewb;
drivers/media/platform/ti/omap3isp/isp.h
208
struct ispstat isp_hist;
drivers/media/platform/ti/omap3isp/isph3a_aewb.c
112
static int h3a_aewb_validate_params(struct ispstat *aewb, void *new_conf)
drivers/media/platform/ti/omap3isp/isph3a_aewb.c
179
static void h3a_aewb_set_params(struct ispstat *aewb, void *new_conf)
drivers/media/platform/ti/omap3isp/isph3a_aewb.c
243
struct ispstat *stat = v4l2_get_subdevdata(sd);
drivers/media/platform/ti/omap3isp/isph3a_aewb.c
25
static void h3a_aewb_setup_regs(struct ispstat *aewb, void *priv)
drivers/media/platform/ti/omap3isp/isph3a_aewb.c
289
struct ispstat *aewb = &isp->isp_aewb;
drivers/media/platform/ti/omap3isp/isph3a_aewb.c
78
static void h3a_aewb_enable(struct ispstat *aewb, int enable)
drivers/media/platform/ti/omap3isp/isph3a_aewb.c
91
static int h3a_aewb_busy(struct ispstat *aewb)
drivers/media/platform/ti/omap3isp/isph3a_af.c
128
static void h3a_af_enable(struct ispstat *af, int enable)
drivers/media/platform/ti/omap3isp/isph3a_af.c
141
static int h3a_af_busy(struct ispstat *af)
drivers/media/platform/ti/omap3isp/isph3a_af.c
153
static int h3a_af_validate_params(struct ispstat *af, void *new_conf)
drivers/media/platform/ti/omap3isp/isph3a_af.c
227
static void h3a_af_set_params(struct ispstat *af, void *new_conf)
drivers/media/platform/ti/omap3isp/isph3a_af.c
26
static void h3a_af_setup_regs(struct ispstat *af, void *priv)
drivers/media/platform/ti/omap3isp/isph3a_af.c
307
struct ispstat *stat = v4l2_get_subdevdata(sd);
drivers/media/platform/ti/omap3isp/isph3a_af.c
352
struct ispstat *af = &isp->isp_af;
drivers/media/platform/ti/omap3isp/isphist.c
140
static void hist_enable(struct ispstat *hist, int enable)
drivers/media/platform/ti/omap3isp/isphist.c
153
static int hist_busy(struct ispstat *hist)
drivers/media/platform/ti/omap3isp/isphist.c
161
struct ispstat *hist = data;
drivers/media/platform/ti/omap3isp/isphist.c
173
static int hist_buf_dma(struct ispstat *hist)
drivers/media/platform/ti/omap3isp/isphist.c
229
static int hist_buf_pio(struct ispstat *hist)
drivers/media/platform/ti/omap3isp/isphist.c
270
static int hist_buf_process(struct ispstat *hist)
drivers/media/platform/ti/omap3isp/isphist.c
30
static void hist_reset_mem(struct ispstat *hist)
drivers/media/platform/ti/omap3isp/isphist.c
304
static int hist_validate_params(struct ispstat *hist, void *new_conf)
drivers/media/platform/ti/omap3isp/isphist.c
360
static int hist_comp_params(struct ispstat *hist,
drivers/media/platform/ti/omap3isp/isphist.c
404
static void hist_set_params(struct ispstat *hist, void *new_conf)
drivers/media/platform/ti/omap3isp/isphist.c
428
struct ispstat *stat = v4l2_get_subdevdata(sd);
drivers/media/platform/ti/omap3isp/isphist.c
476
struct ispstat *hist = &isp->isp_hist;
drivers/media/platform/ti/omap3isp/isphist.c
534
struct ispstat *hist = &isp->isp_hist;
drivers/media/platform/ti/omap3isp/isphist.c
62
static void hist_setup_regs(struct ispstat *hist, void *priv)
drivers/media/platform/ti/omap3isp/ispstat.c
1005
struct ispstat *stat = v4l2_get_subdevdata(subdev);
drivers/media/platform/ti/omap3isp/ispstat.c
1013
void omap3isp_stat_unregister_entities(struct ispstat *stat)
drivers/media/platform/ti/omap3isp/ispstat.c
1018
int omap3isp_stat_register_entities(struct ispstat *stat,
drivers/media/platform/ti/omap3isp/ispstat.c
1026
static int isp_stat_init_entities(struct ispstat *stat, const char *name,
drivers/media/platform/ti/omap3isp/ispstat.c
1045
int omap3isp_stat_init(struct ispstat *stat, const char *name,
drivers/media/platform/ti/omap3isp/ispstat.c
1067
void omap3isp_stat_cleanup(struct ispstat *stat)
drivers/media/platform/ti/omap3isp/ispstat.c
137
static void isp_stat_buf_insert_magic(struct ispstat *stat,
drivers/media/platform/ti/omap3isp/ispstat.c
158
static void isp_stat_buf_sync_for_device(struct ispstat *stat,
drivers/media/platform/ti/omap3isp/ispstat.c
167
static void isp_stat_buf_sync_for_cpu(struct ispstat *stat,
drivers/media/platform/ti/omap3isp/ispstat.c
176
static void isp_stat_buf_clear(struct ispstat *stat)
drivers/media/platform/ti/omap3isp/ispstat.c
185
__isp_stat_buf_find(struct ispstat *stat, int look_empty)
drivers/media/platform/ti/omap3isp/ispstat.c
220
isp_stat_buf_find_oldest(struct ispstat *stat)
drivers/media/platform/ti/omap3isp/ispstat.c
226
isp_stat_buf_find_oldest_or_empty(struct ispstat *stat)
drivers/media/platform/ti/omap3isp/ispstat.c
231
static int isp_stat_buf_queue(struct ispstat *stat)
drivers/media/platform/ti/omap3isp/ispstat.c
253
static void isp_stat_buf_next(struct ispstat *stat)
drivers/media/platform/ti/omap3isp/ispstat.c
264
static void isp_stat_buf_release(struct ispstat *stat)
drivers/media/platform/ti/omap3isp/ispstat.c
275
static struct ispstat_buffer *isp_stat_buf_get(struct ispstat *stat,
drivers/media/platform/ti/omap3isp/ispstat.c
333
static void isp_stat_bufs_free(struct ispstat *stat)
drivers/media/platform/ti/omap3isp/ispstat.c
401
static int isp_stat_bufs_alloc(struct ispstat *stat, u32 size)
drivers/media/platform/ti/omap3isp/ispstat.c
455
static void isp_stat_queue_event(struct ispstat *stat, int err)
drivers/media/platform/ti/omap3isp/ispstat.c
479
int omap3isp_stat_request_statistics(struct ispstat *stat,
drivers/media/platform/ti/omap3isp/ispstat.c
510
int omap3isp_stat_request_statistics_time32(struct ispstat *stat,
drivers/media/platform/ti/omap3isp/ispstat.c
536
int omap3isp_stat_config(struct ispstat *stat, void *new_conf)
drivers/media/platform/ti/omap3isp/ispstat.c
60
static void __isp_stat_buf_sync_magic(struct ispstat *stat,
drivers/media/platform/ti/omap3isp/ispstat.c
626
static int isp_stat_buf_process(struct ispstat *stat, int buf_state)
drivers/media/platform/ti/omap3isp/ispstat.c
639
int omap3isp_stat_pcr_busy(struct ispstat *stat)
drivers/media/platform/ti/omap3isp/ispstat.c
644
int omap3isp_stat_busy(struct ispstat *stat)
drivers/media/platform/ti/omap3isp/ispstat.c
657
static void isp_stat_pcr_enable(struct ispstat *stat, u8 pcr_enable)
drivers/media/platform/ti/omap3isp/ispstat.c
671
void omap3isp_stat_suspend(struct ispstat *stat)
drivers/media/platform/ti/omap3isp/ispstat.c
685
void omap3isp_stat_resume(struct ispstat *stat)
drivers/media/platform/ti/omap3isp/ispstat.c
692
static void isp_stat_try_enable(struct ispstat *stat)
drivers/media/platform/ti/omap3isp/ispstat.c
73
static void isp_stat_buf_sync_magic_for_device(struct ispstat *stat,
drivers/media/platform/ti/omap3isp/ispstat.c
730
void omap3isp_stat_isr_frame_sync(struct ispstat *stat)
drivers/media/platform/ti/omap3isp/ispstat.c
735
void omap3isp_stat_sbl_overflow(struct ispstat *stat)
drivers/media/platform/ti/omap3isp/ispstat.c
764
int omap3isp_stat_enable(struct ispstat *stat, u8 enable)
drivers/media/platform/ti/omap3isp/ispstat.c
811
struct ispstat *stat = v4l2_get_subdevdata(subdev);
drivers/media/platform/ti/omap3isp/ispstat.c
85
static void isp_stat_buf_sync_magic_for_cpu(struct ispstat *stat,
drivers/media/platform/ti/omap3isp/ispstat.c
851
static void __stat_isr(struct ispstat *stat, int from_dma)
drivers/media/platform/ti/omap3isp/ispstat.c
97
static int isp_stat_buf_check_magic(struct ispstat *stat,
drivers/media/platform/ti/omap3isp/ispstat.c
991
void omap3isp_stat_isr(struct ispstat *stat)
drivers/media/platform/ti/omap3isp/ispstat.c
996
void omap3isp_stat_dma_isr(struct ispstat *stat)
drivers/media/platform/ti/omap3isp/ispstat.h
127
int omap3isp_stat_config(struct ispstat *stat, void *new_conf);
drivers/media/platform/ti/omap3isp/ispstat.h
128
int omap3isp_stat_request_statistics(struct ispstat *stat,
drivers/media/platform/ti/omap3isp/ispstat.h
130
int omap3isp_stat_request_statistics_time32(struct ispstat *stat,
drivers/media/platform/ti/omap3isp/ispstat.h
132
int omap3isp_stat_init(struct ispstat *stat, const char *name,
drivers/media/platform/ti/omap3isp/ispstat.h
134
void omap3isp_stat_cleanup(struct ispstat *stat);
drivers/media/platform/ti/omap3isp/ispstat.h
140
int omap3isp_stat_busy(struct ispstat *stat);
drivers/media/platform/ti/omap3isp/ispstat.h
141
int omap3isp_stat_pcr_busy(struct ispstat *stat);
drivers/media/platform/ti/omap3isp/ispstat.h
142
void omap3isp_stat_suspend(struct ispstat *stat);
drivers/media/platform/ti/omap3isp/ispstat.h
143
void omap3isp_stat_resume(struct ispstat *stat);
drivers/media/platform/ti/omap3isp/ispstat.h
144
int omap3isp_stat_enable(struct ispstat *stat, u8 enable);
drivers/media/platform/ti/omap3isp/ispstat.h
145
void omap3isp_stat_sbl_overflow(struct ispstat *stat);
drivers/media/platform/ti/omap3isp/ispstat.h
146
void omap3isp_stat_isr(struct ispstat *stat);
drivers/media/platform/ti/omap3isp/ispstat.h
147
void omap3isp_stat_isr_frame_sync(struct ispstat *stat);
drivers/media/platform/ti/omap3isp/ispstat.h
148
void omap3isp_stat_dma_isr(struct ispstat *stat);
drivers/media/platform/ti/omap3isp/ispstat.h
149
int omap3isp_stat_register_entities(struct ispstat *stat,
drivers/media/platform/ti/omap3isp/ispstat.h
151
void omap3isp_stat_unregister_entities(struct ispstat *stat);
drivers/media/platform/ti/omap3isp/ispstat.h
33
struct ispstat;
drivers/media/platform/ti/omap3isp/ispstat.h
52
int (*validate_params)(struct ispstat *stat, void *new_conf);
drivers/media/platform/ti/omap3isp/ispstat.h
61
void (*set_params)(struct ispstat *stat, void *new_conf);
drivers/media/platform/ti/omap3isp/ispstat.h
64
void (*setup_regs)(struct ispstat *stat, void *priv);
drivers/media/platform/ti/omap3isp/ispstat.h
67
void (*enable)(struct ispstat *stat, int enable);
drivers/media/platform/ti/omap3isp/ispstat.h
70
int (*busy)(struct ispstat *stat);
drivers/media/platform/ti/omap3isp/ispstat.h
73
int (*buf_process)(struct ispstat *stat);