Lines Matching refs:next_frm
193 common->next_frm = common->cur_frm = in vpif_start_streaming()
266 if (common->cur_frm == common->next_frm) { in vpif_stop_streaming()
272 if (common->next_frm != NULL) in vpif_stop_streaming()
273 vb2_buffer_done(&common->next_frm->vb, in vpif_stop_streaming()
278 common->next_frm = list_entry(common->dma_queue.next, in vpif_stop_streaming()
280 list_del(&common->next_frm->list); in vpif_stop_streaming()
281 vb2_buffer_done(&common->next_frm->vb, VB2_BUF_STATE_ERROR); in vpif_stop_streaming()
302 common->next_frm = list_entry(common->dma_queue.next, in process_progressive_mode()
305 list_del(&common->next_frm->list); in process_progressive_mode()
309 addr = vb2_dma_contig_plane_dma_addr(&common->next_frm->vb, 0); in process_progressive_mode()
321 if (common->cur_frm == common->next_frm) in process_interlaced_mode()
332 common->cur_frm = common->next_frm; in process_interlaced_mode()
337 || (common->cur_frm != common->next_frm)) { in process_interlaced_mode()
388 common->cur_frm = common->next_frm; in vpif_channel_isr()
1153 common->next_frm = NULL; in vpif_probe_complete()