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