Lines Matching refs:controls
240 struct v4l2_ext_control *c = &cs->controls[i]; in prepare_ext_ctrls()
493 ret = def_to_user(cs->controls + idx, ref->ctrl); in v4l2_g_ext_ctrls_common()
497 ret = req_to_user(cs->controls + idx, ref); in v4l2_g_ext_ctrls_common()
499 ret = min_to_user(cs->controls + idx, ref->ctrl); in v4l2_g_ext_ctrls_common()
501 ret = max_to_user(cs->controls + idx, ref->ctrl); in v4l2_g_ext_ctrls_common()
503 ret = new_to_user(cs->controls + idx, ref->ctrl); in v4l2_g_ext_ctrls_common()
505 ret = cur_to_user(cs->controls + idx, ref->ctrl); in v4l2_g_ext_ctrls_common()
576 p_new.p_s64 = &cs->controls[i].value64; in validate_ctrls()
578 p_new.p_s32 = &cs->controls[i].value; in validate_ctrls()
666 new_auto_val = cs->controls[tmp_idx].value; in try_set_ext_ctrls_common()
684 ret = user_to_new(cs->controls + idx, ctrl); in try_set_ext_ctrls_common()
711 ret = new_to_user(cs->controls + idx, in try_set_ext_ctrls_common()