Lines Matching refs:next_frm
206 common->cur_frm = common->next_frm = list_entry(common->dma_queue.next, in vpif_start_streaming()
283 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()
350 addr = vb2_dma_contig_plane_dma_addr(&common->next_frm->vb.vb2_buf, 0); in vpif_schedule_next_buffer()
430 if (common->cur_frm == common->next_frm) in vpif_channel_isr()
439 (common->cur_frm != common->next_frm)) { in vpif_channel_isr()