Lines Matching refs:next_frm
199 common->next_frm = common->cur_frm = in vpif_start_streaming()
272 if (common->cur_frm == common->next_frm) { in vpif_stop_streaming()
279 if (common->next_frm) in vpif_stop_streaming()
280 vb2_buffer_done(&common->next_frm->vb.vb2_buf, in vpif_stop_streaming()
285 common->next_frm = list_entry(common->dma_queue.next, in vpif_stop_streaming()
287 list_del(&common->next_frm->list); in vpif_stop_streaming()
288 vb2_buffer_done(&common->next_frm->vb.vb2_buf, in vpif_stop_streaming()
310 common->next_frm = list_entry(common->dma_queue.next, in process_progressive_mode()
313 list_del(&common->next_frm->list); in process_progressive_mode()
317 addr = vb2_dma_contig_plane_dma_addr(&common->next_frm->vb.vb2_buf, 0); in process_progressive_mode()
329 if (common->cur_frm == common->next_frm) in process_interlaced_mode()
340 common->cur_frm = common->next_frm; in process_interlaced_mode()
345 || (common->cur_frm != common->next_frm)) { in process_interlaced_mode()
396 common->cur_frm = common->next_frm; in vpif_channel_isr()
1140 common->next_frm = NULL; in vpif_probe_complete()