Lines Matching refs:OPT_BRIGHTNESS
345 s->sm3840_params.offset = s->value[OPT_BRIGHTNESS].w;
422 case OPT_BRIGHTNESS:
455 case OPT_BRIGHTNESS:
749 s->options_list[OPT_BRIGHTNESS].name = SANE_NAME_BRIGHTNESS;
750 s->options_list[OPT_BRIGHTNESS].title = SANE_TITLE_BRIGHTNESS;
751 s->options_list[OPT_BRIGHTNESS].desc = SANE_DESC_BRIGHTNESS;
752 s->options_list[OPT_BRIGHTNESS].type = SANE_TYPE_INT;
753 s->options_list[OPT_BRIGHTNESS].unit = SANE_UNIT_NONE;
754 s->options_list[OPT_BRIGHTNESS].constraint_type = SANE_CONSTRAINT_RANGE;
755 s->options_list[OPT_BRIGHTNESS].constraint.range = &brightness_range;
756 s->value[OPT_BRIGHTNESS].w = 1800;