Lines Matching refs:stat
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);
130 int omap3isp_stat_config(struct ispstat *stat, void *new_conf);
131 int omap3isp_stat_request_statistics(struct ispstat *stat,
133 int omap3isp_stat_init(struct ispstat *stat, const char *name,
135 void omap3isp_stat_cleanup(struct ispstat *stat);
144 int omap3isp_stat_busy(struct ispstat *stat);
145 int omap3isp_stat_pcr_busy(struct ispstat *stat);
146 void omap3isp_stat_suspend(struct ispstat *stat);
147 void omap3isp_stat_resume(struct ispstat *stat);
148 int omap3isp_stat_enable(struct ispstat *stat, u8 enable);
149 void omap3isp_stat_sbl_overflow(struct ispstat *stat);
150 void omap3isp_stat_isr(struct ispstat *stat);
151 void omap3isp_stat_isr_frame_sync(struct ispstat *stat);
152 void omap3isp_stat_dma_isr(struct ispstat *stat);
153 int omap3isp_stat_register_entities(struct ispstat *stat,
155 void omap3isp_stat_unregister_entities(struct ispstat *stat);