Searched refs:next_frm (Results 1 – 9 of 9) sorted by relevance
/linux-6.12.1/drivers/media/platform/ti/davinci/ |
D | vpif_display.c | 199 common->next_frm = common->cur_frm = in vpif_start_streaming() 272 if (common->cur_frm == common->next_frm) { in vpif_stop_streaming() 279 if (common->next_frm) in vpif_stop_streaming() 280 vb2_buffer_done(&common->next_frm->vb.vb2_buf, in vpif_stop_streaming() 285 common->next_frm = list_entry(common->dma_queue.next, in vpif_stop_streaming() 287 list_del(&common->next_frm->list); in vpif_stop_streaming() 288 vb2_buffer_done(&common->next_frm->vb.vb2_buf, in vpif_stop_streaming() 310 common->next_frm = list_entry(common->dma_queue.next, in process_progressive_mode() 313 list_del(&common->next_frm->list); in process_progressive_mode() 317 addr = vb2_dma_contig_plane_dma_addr(&common->next_frm->vb.vb2_buf, 0); in process_progressive_mode() [all …]
|
D | vpif_capture.c | 207 common->cur_frm = common->next_frm = list_entry(common->dma_queue.next, in vpif_start_streaming() 284 if (common->cur_frm == common->next_frm) { in vpif_stop_streaming() 291 if (common->next_frm) in vpif_stop_streaming() 292 vb2_buffer_done(&common->next_frm->vb.vb2_buf, in vpif_stop_streaming() 298 common->next_frm = list_entry(common->dma_queue.next, in vpif_stop_streaming() 300 list_del(&common->next_frm->list); in vpif_stop_streaming() 301 vb2_buffer_done(&common->next_frm->vb.vb2_buf, in vpif_stop_streaming() 330 common->cur_frm = common->next_frm; in vpif_process_buffer_complete() 346 common->next_frm = list_entry(common->dma_queue.next, in vpif_schedule_next_buffer() 349 list_del(&common->next_frm->list); in vpif_schedule_next_buffer() [all …]
|
D | vpif_capture.h | 50 struct vpif_cap_buffer *next_frm; member
|
D | vpif_display.h | 64 struct vpif_disp_buffer *next_frm; /* Pointer pointing to next member
|
/linux-6.12.1/drivers/media/platform/ti/omap/ |
D | omap_vout.c | 461 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() 1005 vout->next_frm = vout->cur_frm = list_entry(vout->dma_queue.next, in omap_vout_vb2_start_streaming() 1109 if (vout->next_frm != vout->cur_frm) in omap_vout_vb2_stop_streaming() [all …]
|
D | omap_voutdef.h | 170 struct omap_vout_buffer *cur_frm, *next_frm; member
|
/linux-6.12.1/drivers/media/platform/ti/am437x/ |
D | am437x-vpfe.c | 1119 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() 1124 addr = vb2_dma_contig_plane_dma_addr(&vpfe->next_frm->vb.vb2_buf, 0); in vpfe_schedule_next_buffer() 1132 addr = vb2_dma_contig_plane_dma_addr(&vpfe->next_frm->vb.vb2_buf, 0) + in vpfe_schedule_bottom_field() 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() 1852 if (vpfe->next_frm && vpfe->next_frm != vpfe->cur_frm) in vpfe_return_all_buffers() [all …]
|
D | am437x-vpfe.h | 257 struct vpfe_cap_buffer *next_frm; member
|
/linux-6.12.1/drivers/media/platform/broadcom/ |
D | bcm2835-unicam.c | 160 struct unicam_buffer *next_frm; member 671 node->next_frm = buf; in unicam_schedule_next_buffer() 685 node->next_frm = NULL; in unicam_schedule_dummy_buffer() 764 if (node->cur_frm && node->cur_frm != node->next_frm) in unicam_isr() 766 node->cur_frm = node->next_frm; in unicam_isr() 813 if (!list_empty(&node->dma_queue) && !node->next_frm) in unicam_isr() 1603 if (node->next_frm && node->cur_frm != node->next_frm) in unicam_return_buffers() 1604 vb2_buffer_done(&node->next_frm->vb.vb2_buf, in unicam_return_buffers() 1608 node->next_frm = NULL; in unicam_return_buffers() 1711 node->next_frm = buf; in unicam_start_streaming()
|