Lines Matching refs:ispstat
33 struct ispstat;
52 int (*validate_params)(struct ispstat *stat, void *new_conf);
61 void (*set_params)(struct ispstat *stat, void *new_conf);
64 void (*setup_regs)(struct ispstat *stat, void *priv);
67 void (*enable)(struct ispstat *stat, int enable);
70 int (*busy)(struct ispstat *stat);
73 int (*buf_process)(struct ispstat *stat);
84 struct ispstat { struct
127 int omap3isp_stat_config(struct ispstat *stat, void *new_conf); argument
128 int omap3isp_stat_request_statistics(struct ispstat *stat,
130 int omap3isp_stat_request_statistics_time32(struct ispstat *stat,
132 int omap3isp_stat_init(struct ispstat *stat, const char *name,
134 void omap3isp_stat_cleanup(struct ispstat *stat);
143 int omap3isp_stat_busy(struct ispstat *stat);
144 int omap3isp_stat_pcr_busy(struct ispstat *stat);
145 void omap3isp_stat_suspend(struct ispstat *stat);
146 void omap3isp_stat_resume(struct ispstat *stat);
147 int omap3isp_stat_enable(struct ispstat *stat, u8 enable);
148 void omap3isp_stat_sbl_overflow(struct ispstat *stat);
149 void omap3isp_stat_isr(struct ispstat *stat);
150 void omap3isp_stat_isr_frame_sync(struct ispstat *stat);
151 void omap3isp_stat_dma_isr(struct ispstat *stat);
152 int omap3isp_stat_register_entities(struct ispstat *stat,
154 void omap3isp_stat_unregister_entities(struct ispstat *stat);