Lines Matching refs:next_frm
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()
351 addr = vb2_dma_contig_plane_dma_addr(&common->next_frm->vb.vb2_buf, 0); in vpif_schedule_next_buffer()
431 if (common->cur_frm == common->next_frm) in vpif_channel_isr()
440 (common->cur_frm != common->next_frm)) { in vpif_channel_isr()