Lines Matching refs:next_frm
215 common->cur_frm = common->next_frm = list_entry(common->dma_queue.next, in vpif_start_streaming()
292 if (common->cur_frm == common->next_frm) { in vpif_stop_streaming()
299 if (common->next_frm != NULL) in vpif_stop_streaming()
300 vb2_buffer_done(&common->next_frm->vb.vb2_buf, in vpif_stop_streaming()
305 common->next_frm = list_entry(common->dma_queue.next, in vpif_stop_streaming()
307 list_del(&common->next_frm->list); in vpif_stop_streaming()
308 vb2_buffer_done(&common->next_frm->vb.vb2_buf, in vpif_stop_streaming()
337 common->cur_frm = common->next_frm; in vpif_process_buffer_complete()
353 common->next_frm = list_entry(common->dma_queue.next, in vpif_schedule_next_buffer()
356 list_del(&common->next_frm->list); in vpif_schedule_next_buffer()
358 addr = vb2_dma_contig_plane_dma_addr(&common->next_frm->vb.vb2_buf, 0); in vpif_schedule_next_buffer()
437 if (common->cur_frm == common->next_frm) in vpif_channel_isr()
446 (common->cur_frm != common->next_frm)) { in vpif_channel_isr()