• Home
  • Raw
  • Download

Lines Matching defs:stat

24 #define ISP_STAT_USES_DMAENGINE(stat)	((stat)->dma_ch != NULL)  argument
58 #define IS_H3A_AF(stat) ((stat) == &(stat)->isp->isp_af) argument
59 #define IS_H3A_AEWB(stat) ((stat) == &(stat)->isp->isp_aewb) argument
60 #define IS_H3A(stat) (IS_H3A_AF(stat) || IS_H3A_AEWB(stat)) argument
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()
139 static void isp_stat_buf_insert_magic(struct ispstat *stat, in isp_stat_buf_insert_magic()
160 static void isp_stat_buf_sync_for_device(struct ispstat *stat, in isp_stat_buf_sync_for_device()
170 static void isp_stat_buf_sync_for_cpu(struct ispstat *stat, in isp_stat_buf_sync_for_cpu()
180 static void isp_stat_buf_clear(struct ispstat *stat) in isp_stat_buf_clear()
189 __isp_stat_buf_find(struct ispstat *stat, int look_empty) in __isp_stat_buf_find()
224 isp_stat_buf_find_oldest(struct ispstat *stat) in isp_stat_buf_find_oldest()
230 isp_stat_buf_find_oldest_or_empty(struct ispstat *stat) in isp_stat_buf_find_oldest_or_empty()
235 static int isp_stat_buf_queue(struct ispstat *stat) in isp_stat_buf_queue()
257 static void isp_stat_buf_next(struct ispstat *stat) in isp_stat_buf_next()
268 static void isp_stat_buf_release(struct ispstat *stat) in isp_stat_buf_release()
279 static struct ispstat_buffer *isp_stat_buf_get(struct ispstat *stat, in isp_stat_buf_get()
337 static void isp_stat_bufs_free(struct ispstat *stat) in isp_stat_bufs_free()
405 static int isp_stat_bufs_alloc(struct ispstat *stat, u32 size) in isp_stat_bufs_alloc()
461 static void isp_stat_queue_event(struct ispstat *stat, int err) in isp_stat_queue_event()
485 int omap3isp_stat_request_statistics(struct ispstat *stat, in omap3isp_stat_request_statistics()
523 int omap3isp_stat_config(struct ispstat *stat, void *new_conf) in omap3isp_stat_config()
619 static int isp_stat_buf_process(struct ispstat *stat, int buf_state) in isp_stat_buf_process()
632 int omap3isp_stat_pcr_busy(struct ispstat *stat) in omap3isp_stat_pcr_busy()
637 int omap3isp_stat_busy(struct ispstat *stat) in omap3isp_stat_busy()
650 static void isp_stat_pcr_enable(struct ispstat *stat, u8 pcr_enable) in isp_stat_pcr_enable()
664 void omap3isp_stat_suspend(struct ispstat *stat) in omap3isp_stat_suspend()
678 void omap3isp_stat_resume(struct ispstat *stat) in omap3isp_stat_resume()
685 static void isp_stat_try_enable(struct ispstat *stat) in isp_stat_try_enable()
723 void omap3isp_stat_isr_frame_sync(struct ispstat *stat) in omap3isp_stat_isr_frame_sync()
728 void omap3isp_stat_sbl_overflow(struct ispstat *stat) in omap3isp_stat_sbl_overflow()
757 int omap3isp_stat_enable(struct ispstat *stat, u8 enable) in omap3isp_stat_enable()
804 struct ispstat *stat = v4l2_get_subdevdata(subdev); in omap3isp_stat_s_stream() local
844 static void __stat_isr(struct ispstat *stat, int from_dma) in __stat_isr()
984 void omap3isp_stat_isr(struct ispstat *stat) in omap3isp_stat_isr()
989 void omap3isp_stat_dma_isr(struct ispstat *stat) in omap3isp_stat_dma_isr()
998 struct ispstat *stat = v4l2_get_subdevdata(subdev); in omap3isp_stat_subscribe_event() local
1013 void omap3isp_stat_unregister_entities(struct ispstat *stat) in omap3isp_stat_unregister_entities()
1018 int omap3isp_stat_register_entities(struct ispstat *stat, in omap3isp_stat_register_entities()
1026 static int isp_stat_init_entities(struct ispstat *stat, const char *name, in isp_stat_init_entities()
1044 int omap3isp_stat_init(struct ispstat *stat, const char *name, in omap3isp_stat_init()
1066 void omap3isp_stat_cleanup(struct ispstat *stat) in omap3isp_stat_cleanup()