Home
last modified time | relevance | path

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

/drivers/media/platform/omap3isp/
Dispstat.c221 if (curr == stat->locked_buf || curr == stat->active_buf) in __isp_stat_buf_find()
257 if (!stat->active_buf) in isp_stat_buf_queue()
260 ktime_get_ts(&stat->active_buf->ts); in isp_stat_buf_queue()
262 stat->active_buf->buf_size = stat->buf_size; in isp_stat_buf_queue()
263 if (isp_stat_buf_check_magic(stat, stat->active_buf)) { in isp_stat_buf_queue()
268 stat->active_buf->config_counter = stat->config_counter; in isp_stat_buf_queue()
269 stat->active_buf->frame_number = stat->frame_number; in isp_stat_buf_queue()
270 stat->active_buf->empty = 0; in isp_stat_buf_queue()
271 stat->active_buf = NULL; in isp_stat_buf_queue()
279 if (unlikely(stat->active_buf)) in isp_stat_buf_next()
[all …]
Dispstat.h127 struct ispstat_buffer *active_buf; member
Disphist.c210 dma_addr_t dma_addr = hist->active_buf->dma_addr; in hist_buf_dma()
234 u32 *buf = hist->active_buf->virt_addr; in hist_buf_pio()
Disph3a_aewb.c50 isp_reg_writel(aewb->isp, aewb->active_buf->iommu_addr, in h3a_aewb_setup_regs()
Disph3a_af.c54 isp_reg_writel(af->isp, af->active_buf->iommu_addr, OMAP3_ISP_IOMEM_H3A, in h3a_af_setup_regs()
/drivers/staging/media/go7007/
Dgo7007-driver.c414 go->active_buf = vb; in frame_boundary()
421 vb = go->active_buf = in frame_boundary()
449 struct go7007_buffer *vb = go->active_buf; in go7007_parse_video_stream()
472 vb = go->active_buf = NULL; in go7007_parse_video_stream()
Dgo7007-priv.h230 struct go7007_buffer *active_buf; member
Dgo7007-v4l2.c498 go->active_buf = NULL; in go7007_start_streaming()