Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/ti/davinci/
H A Dvpif_display.c198 common->next_frm = common->cur_frm = in vpif_start_streaming()
271 if (common->cur_frm == common->next_frm) { in vpif_stop_streaming()
278 if (common->next_frm) in vpif_stop_streaming()
279 vb2_buffer_done(&common->next_frm->vb.vb2_buf, in vpif_stop_streaming()
286 list_del(&common->next_frm->list); in vpif_stop_streaming()
287 vb2_buffer_done(&common->next_frm->vb.vb2_buf, in vpif_stop_streaming()
312 list_del(&common->next_frm->list); in process_progressive_mode()
328 if (common->cur_frm == common->next_frm) in process_interlaced_mode()
339 common->cur_frm = common->next_frm; in process_interlaced_mode()
395 common->cur_frm = common->next_frm; in vpif_channel_isr()
[all …]
H A Dvpif_capture.c283 if (common->cur_frm == common->next_frm) { in vpif_stop_streaming()
290 if (common->next_frm) in vpif_stop_streaming()
291 vb2_buffer_done(&common->next_frm->vb.vb2_buf, in vpif_stop_streaming()
297 common->next_frm = list_entry(common->dma_queue.next, in vpif_stop_streaming()
299 list_del(&common->next_frm->list); in vpif_stop_streaming()
300 vb2_buffer_done(&common->next_frm->vb.vb2_buf, in vpif_stop_streaming()
329 common->cur_frm = common->next_frm; in vpif_process_buffer_complete()
345 common->next_frm = list_entry(common->dma_queue.next, in vpif_schedule_next_buffer()
348 list_del(&common->next_frm->list); in vpif_schedule_next_buffer()
430 if (common->cur_frm == common->next_frm) in vpif_channel_isr()
[all …]
H A Dvpif_capture.h50 struct vpif_cap_buffer *next_frm; member
H A Dvpif_display.h64 struct vpif_disp_buffer *next_frm; /* Pointer pointing to next member
/openbmc/linux/drivers/media/platform/ti/omap/
H A Domap_vout.c461 if (vout->cur_frm == vout->next_frm) in omapvid_handle_interlace_display()
467 vout->cur_frm = vout->next_frm; in omapvid_handle_interlace_display()
470 (vout->cur_frm != vout->next_frm)) in omapvid_handle_interlace_display()
532 if (!vout->first_int && (vout->cur_frm != vout->next_frm)) { in omap_vout_isr()
536 vout->cur_frm = vout->next_frm; in omap_vout_isr()
543 vout->next_frm = list_entry(vout->dma_queue.next, in omap_vout_isr()
545 list_del(&vout->next_frm->queue); in omap_vout_isr()
547 addr = vout->queued_buf_addr[vout->next_frm->vbuf.vb2_buf.index] in omap_vout_isr()
1004 vout->next_frm = vout->cur_frm = list_entry(vout->dma_queue.next, in omap_vout_vb2_start_streaming()
1108 if (vout->next_frm != vout->cur_frm) in omap_vout_vb2_stop_streaming()
[all …]
H A Domap_voutdef.h170 struct omap_vout_buffer *cur_frm, *next_frm; member
/openbmc/linux/drivers/media/platform/ti/am437x/
H A Dam437x-vpfe.c1119 vpfe->next_frm = list_entry(vpfe->dma_queue.next, in vpfe_schedule_next_buffer()
1121 list_del(&vpfe->next_frm->list); in vpfe_schedule_next_buffer()
1152 vpfe->cur_frm = vpfe->next_frm; in vpfe_process_buffer_complete()
1175 if (vpfe->cur_frm != vpfe->next_frm) in vpfe_handle_interlaced_irq()
1195 if (vpfe->cur_frm == vpfe->next_frm) in vpfe_handle_interlaced_irq()
1225 if (vpfe->cur_frm != vpfe->next_frm) in vpfe_isr()
1238 vpfe->cur_frm == vpfe->next_frm) in vpfe_isr()
1855 if (vpfe->next_frm && vpfe->next_frm != vpfe->cur_frm) in vpfe_return_all_buffers()
1859 vpfe->next_frm = NULL; in vpfe_return_all_buffers()
1894 vpfe->next_frm = list_entry(vpfe->dma_queue.next, in vpfe_start_streaming()
[all …]
H A Dam437x-vpfe.h257 struct vpfe_cap_buffer *next_frm; member