Lines Matching refs:OPT_CCT_MODE
1218 s->opt[OPT_CCT_MODE].name = "cct-type";
1219 s->opt[OPT_CCT_MODE].title = "CCT Profile Type";
1220 s->opt[OPT_CCT_MODE].desc = "Color correction profile type";
1221 s->opt[OPT_CCT_MODE].type = SANE_TYPE_STRING;
1222 s->opt[OPT_CCT_MODE].cap |= SANE_CAP_ADVANCED | SANE_CAP_INACTIVE;
1223 s->opt[OPT_CCT_MODE].size = max_string_size(cct_mode_list);
1224 s->opt[OPT_CCT_MODE].constraint_type = SANE_CONSTRAINT_STRING_LIST;
1225 s->opt[OPT_CCT_MODE].constraint.string_list = cct_mode_list;
1226 s->val[OPT_CCT_MODE].w = CCT_AUTO;
1663 case OPT_CCT_MODE:
1875 case OPT_CCT_MODE: