check_range
if (check_range(V_BOOTSTRAPPER_START, V_BOOTSTRAPPER_END,
if (check_range(V_DATA_START, V_DATA_END,
while (check_range(V_DATA_START, V_DATA_END,
ret = check_range(ctrl->type, min, max, step, def);
err = check_range(type, min, max, step, def);
int check_range(enum v4l2_ctrl_type type,
if (check_range(info, min_uV, max_uV)) {