Lines Matching refs:next_frm
197 common->next_frm = common->cur_frm = in vpif_start_streaming()
270 if (common->cur_frm == common->next_frm) { in vpif_stop_streaming()
277 if (common->next_frm != NULL) in vpif_stop_streaming()
278 vb2_buffer_done(&common->next_frm->vb.vb2_buf, in vpif_stop_streaming()
283 common->next_frm = list_entry(common->dma_queue.next, in vpif_stop_streaming()
285 list_del(&common->next_frm->list); in vpif_stop_streaming()
286 vb2_buffer_done(&common->next_frm->vb.vb2_buf, in vpif_stop_streaming()
308 common->next_frm = list_entry(common->dma_queue.next, in process_progressive_mode()
311 list_del(&common->next_frm->list); in process_progressive_mode()
315 addr = vb2_dma_contig_plane_dma_addr(&common->next_frm->vb.vb2_buf, 0); 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()
343 || (common->cur_frm != common->next_frm)) { in process_interlaced_mode()
394 common->cur_frm = common->next_frm; in vpif_channel_isr()
1159 common->next_frm = NULL; in vpif_probe_complete()