Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/platform/omap3isp/
H A Dispstat.c199 if (curr == stat->locked_buf || curr == stat->active_buf) in __isp_stat_buf_find()
235 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()
246 stat->active_buf->config_counter = stat->config_counter; 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()
[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()
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/cif/
H A Dcapture.c1695 struct rkcif_rx_buffer *active_buf) in rkcif_rdbk_with_tools() argument
1701 list_add_tail(&active_buf->list, &stream->tools_vdev->buf_done_head); in rkcif_rdbk_with_tools()
1948 struct rkcif_rx_buffer *active_buf = NULL; in rkcif_assign_new_buffer_update_toisp() local
1968 active_buf = NULL; in rkcif_assign_new_buffer_update_toisp()
1970 active_buf = stream->curr_buf_toisp; in rkcif_assign_new_buffer_update_toisp()
1979 if (!active_buf) in rkcif_assign_new_buffer_update_toisp()
1982 active_buf->dbufs.is_first = true; in rkcif_assign_new_buffer_update_toisp()
1983 active_buf->dbufs.sequence = stream->frame_idx - 1; in rkcif_assign_new_buffer_update_toisp()
1984 active_buf->dbufs.timestamp = stream->readout.fs_timestamp; in rkcif_assign_new_buffer_update_toisp()
1985 active_buf->fe_timestamp = ktime_get_ns(); in rkcif_assign_new_buffer_update_toisp()
[all …]
H A Dcif-scale.c978 struct rkcif_buffer *active_buf = NULL; in rkcif_scale_update_stream() local
984 active_buf = scale_vdev->curr_buf; in rkcif_scale_update_stream()
987 active_buf = scale_vdev->next_buf; in rkcif_scale_update_stream()
995 if (active_buf && (!ret)) { in rkcif_scale_update_stream()
996 vb_done = &active_buf->vb; in rkcif_scale_update_stream()
/OK3568_Linux_fs/kernel/drivers/media/usb/go7007/
H A Dgo7007-driver.c448 vb = go->active_buf = in frame_boundary()
471 go->active_buf = vb; in frame_boundary()
498 struct go7007_buffer *vb = go->active_buf; in go7007_parse_video_stream()
522 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()
/OK3568_Linux_fs/kernel/drivers/media/platform/qcom/camss/
H A Dcamss-vfe.h50 int active_buf; member
H A Dcamss-vfe.c349 output->active_buf = 0; in vfe_output_init_addrs()
541 inactive_idx = !output->active_buf; in vfe_buf_update_wm_on_new()
600 output->active_buf = 0; in vfe_get_output()
1027 if (output->active_buf == active_index) { in vfe_isr_wm_done()
1032 output->active_buf = active_index; in vfe_isr_wm_done()