Home
last modified time | relevance | path

Searched refs:active_buf (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/drivers/media/platform/ti/omap3isp/
H A Dispstat.c235 if (!stat->active_buf) in isp_stat_buf_queue()
238 ktime_get_ts64(&stat->active_buf->ts); in isp_stat_buf_queue()
240 stat->active_buf->buf_size = stat->buf_size; in isp_stat_buf_queue()
241 if (isp_stat_buf_check_magic(stat, stat->active_buf)) { in isp_stat_buf_queue()
247 stat->active_buf->frame_number = stat->frame_number; in isp_stat_buf_queue()
248 stat->active_buf->empty = 0; in isp_stat_buf_queue()
249 stat->active_buf = NULL; in isp_stat_buf_queue()
257 if (unlikely(stat->active_buf)) in isp_stat_buf_next()
361 stat->active_buf = NULL; in isp_stat_bufs_free()
712 isp_stat_buf_insert_magic(stat, stat->active_buf); in isp_stat_try_enable()
[all …]
H A Dispstat.h112 struct ispstat_buffer *active_buf; member
H A Disphist.c175 dma_addr_t dma_addr = hist->active_buf->dma_addr; in hist_buf_dma()
232 u32 *buf = hist->active_buf->virt_addr; in hist_buf_pio()
H A Disph3a_aewb.c37 isp_reg_writel(aewb->isp, aewb->active_buf->dma_addr, in h3a_aewb_setup_regs()
H A Disph3a_af.c41 isp_reg_writel(af->isp, af->active_buf->dma_addr, OMAP3_ISP_IOMEM_H3A, in h3a_af_setup_regs()
/openbmc/linux/drivers/media/platform/qcom/camss/
H A Dcamss-vfe-gen1.c128 output->gen1.active_buf = 0; in vfe_output_init_addrs()
298 output->gen1.active_buf = 0; in vfe_get_output()
466 inactive_idx = !output->gen1.active_buf; in vfe_buf_update_wm_on_new()
629 if (output->gen1.active_buf == active_index && 0) { in vfe_isr_wm_done()
634 output->gen1.active_buf = active_index; in vfe_isr_wm_done()
H A Dcamss-vfe.h73 int active_buf; member
/openbmc/linux/drivers/media/usb/go7007/
H A Dgo7007-driver.c450 vb = go->active_buf = in frame_boundary()
473 go->active_buf = vb; in frame_boundary()
500 struct go7007_buffer *vb = go->active_buf; in go7007_parse_video_stream()
524 vb = go->active_buf = NULL; in go7007_parse_video_stream()
H A Dgo7007-priv.h234 struct go7007_buffer *active_buf; member
H A Dgo7007-v4l2.c405 go->active_buf = NULL; in go7007_start_streaming()