Lines Matching defs:hist
39 #define HIST_USING_DMA(hist) ((hist)->dma_ch >= 0) argument
44 static void hist_reset_mem(struct ispstat *hist) in hist_reset_mem()
73 static void hist_dma_config(struct ispstat *hist) in hist_dma_config()
87 static void hist_setup_regs(struct ispstat *hist, void *priv) in hist_setup_regs()
165 static void hist_enable(struct ispstat *hist, int enable) in hist_enable()
180 static int hist_busy(struct ispstat *hist) in hist_busy()
188 struct ispstat *hist = data; in hist_dma_cb() local
205 static int hist_buf_dma(struct ispstat *hist) in hist_buf_dma()
228 static int hist_buf_pio(struct ispstat *hist) in hist_buf_pio()
269 static int hist_buf_process(struct ispstat *hist) in hist_buf_process()
303 static int hist_validate_params(struct ispstat *hist, void *new_conf) in hist_validate_params()
359 static int hist_comp_params(struct ispstat *hist, in hist_comp_params()
403 static void hist_set_params(struct ispstat *hist, void *new_conf) in hist_set_params()
473 struct ispstat *hist = &isp->isp_hist; in omap3isp_hist_init() local