Searched refs:next_frm (Results 1 – 10 of 10) sorted by relevance
| /drivers/media/platform/ti/davinci/ |
| A 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() 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() 311 list_del(&common->next_frm->list); in process_progressive_mode() 327 if (common->cur_frm == common->next_frm) in process_interlaced_mode() 338 common->cur_frm = common->next_frm; in process_interlaced_mode() 394 common->cur_frm = common->next_frm; in vpif_channel_isr() [all …]
|
| A D | vpif_capture.c | 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() 328 common->cur_frm = common->next_frm; in vpif_process_buffer_complete() 344 common->next_frm = list_entry(common->dma_queue.next, in vpif_schedule_next_buffer() 347 list_del(&common->next_frm->list); in vpif_schedule_next_buffer() 429 if (common->cur_frm == common->next_frm) in vpif_channel_isr() [all …]
|
| A D | vpif_capture.h | 50 struct vpif_cap_buffer *next_frm; member
|
| A D | vpif_display.h | 64 struct vpif_disp_buffer *next_frm; /* Pointer pointing to next member
|
| /drivers/media/platform/ti/omap/ |
| A 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 …]
|
| A D | omap_voutdef.h | 170 struct omap_vout_buffer *cur_frm, *next_frm; member
|
| /drivers/media/platform/ti/am437x/ |
| A 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() 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() 1856 vpfe->next_frm = NULL; in vpfe_return_all_buffers() 1891 vpfe->next_frm = list_entry(vpfe->dma_queue.next, in vpfe_start_streaming() [all …]
|
| A D | am437x-vpfe.h | 257 struct vpfe_cap_buffer *next_frm; member
|
| /drivers/media/platform/raspberrypi/rp1-cfe/ |
| A D | cfe.c | 247 struct cfe_buffer *next_frm; member 537 node->next_frm = buf; in cfe_schedule_next_csi2_job() 573 node->next_frm = buf; in cfe_schedule_next_pisp_job() 578 config_buf = to_cfe_config_buffer(cfe->node[FE_CONFIG].next_frm); in cfe_schedule_next_pisp_job() 647 node->cur_frm = node->next_frm; in cfe_sof_isr() 648 node->next_frm = NULL; in cfe_sof_isr() 999 if (node->next_frm && node->cur_frm != node->next_frm) { in cfe_return_buffers() 1001 node->next_frm->vb.vb2_buf.index, 1); in cfe_return_buffers() 1002 vb2_buffer_done(&node->next_frm->vb.vb2_buf, state); in cfe_return_buffers() 1006 node->next_frm = NULL; in cfe_return_buffers()
|
| /drivers/media/platform/broadcom/ |
| A D | bcm2835-unicam.c | 160 struct unicam_buffer *next_frm; member 680 node->next_frm = buf; in unicam_schedule_next_buffer() 694 node->next_frm = NULL; in unicam_schedule_dummy_buffer() 775 if (node->cur_frm && node->cur_frm != node->next_frm) { in unicam_isr() 779 node->cur_frm = node->next_frm; in unicam_isr() 838 if (!list_empty(&node->dma_queue) && !node->next_frm) in unicam_isr() 1623 if (node->next_frm && node->cur_frm != node->next_frm) in unicam_return_buffers() 1624 vb2_buffer_done(&node->next_frm->vb.vb2_buf, in unicam_return_buffers() 1628 node->next_frm = NULL; in unicam_return_buffers() 1731 node->next_frm = buf; in unicam_start_streaming()
|
Completed in 39 milliseconds