Lines Matching refs:next_frm
310 struct cal_buffer *next_frm; member
819 ctx->next_frm = buf; in cal_schedule_next_buffer()
833 ctx->cur_frm = ctx->next_frm; in cal_process_buffer_complete()
858 if (ctx->cur_frm != ctx->next_frm) in cal_irq()
865 if (ctx->cur_frm != ctx->next_frm) in cal_irq()
883 ctx->cur_frm == ctx->next_frm) in cal_irq()
894 ctx->cur_frm == ctx->next_frm) in cal_irq()
1291 ctx->next_frm = buf; in cal_start_streaming()
1355 if (ctx->cur_frm == ctx->next_frm) { in cal_stop_streaming()
1359 vb2_buffer_done(&ctx->next_frm->vb.vb2_buf, in cal_stop_streaming()
1363 ctx->next_frm = NULL; in cal_stop_streaming()