Lines Matching refs:next_frm
198 common->next_frm = common->cur_frm = in vpif_start_streaming()
271 if (common->cur_frm == common->next_frm) { in vpif_stop_streaming()
278 if (common->next_frm) in vpif_stop_streaming()
279 vb2_buffer_done(&common->next_frm->vb.vb2_buf, in vpif_stop_streaming()
284 common->next_frm = list_entry(common->dma_queue.next, in vpif_stop_streaming()
286 list_del(&common->next_frm->list); in vpif_stop_streaming()
287 vb2_buffer_done(&common->next_frm->vb.vb2_buf, in vpif_stop_streaming()
309 common->next_frm = list_entry(common->dma_queue.next, in process_progressive_mode()
312 list_del(&common->next_frm->list); in process_progressive_mode()
316 addr = vb2_dma_contig_plane_dma_addr(&common->next_frm->vb.vb2_buf, 0); in process_progressive_mode()
328 if (common->cur_frm == common->next_frm) in process_interlaced_mode()
339 common->cur_frm = common->next_frm; in process_interlaced_mode()
344 || (common->cur_frm != common->next_frm)) { in process_interlaced_mode()
395 common->cur_frm = common->next_frm; in vpif_channel_isr()
1141 common->next_frm = NULL; in vpif_probe_complete()