Searched refs:mb_err_cnt_ctrl (Results 1 – 3 of 3) sorted by relevance
254 struct v4l2_ctrl *mb_err_cnt_ctrl; member
2076 if (ctx->mb_err_cnt_ctrl) in coda_start_streaming()2077 v4l2_ctrl_s_ctrl(ctx->mb_err_cnt_ctrl, 0); in coda_start_streaming()2513 ctx->mb_err_cnt_ctrl = v4l2_ctrl_new_custom(&ctx->ctrls, in coda_ctrls_setup()2516 if (ctx->mb_err_cnt_ctrl) in coda_ctrls_setup()2517 ctx->mb_err_cnt_ctrl->flags |= V4L2_CTRL_FLAG_READ_ONLY; in coda_ctrls_setup()
2384 v4l2_ctrl_s_ctrl(ctx->mb_err_cnt_ctrl, in coda_finish_decode()2385 v4l2_ctrl_g_ctrl(ctx->mb_err_cnt_ctrl) + err_mb); in coda_finish_decode()