Lines Matching defs:option

10    of the License, or (at your option) any later version.
166 static int get_value(int section, int option, int defvalue, int file);
169 static int hp3800_calibreflective(int option, int defvalue);
170 static int hp3800_calibtransparent(int option, int defvalue);
171 static int hp3800_calibnegative(int option, int defvalue);
172 static int srt_hp3800_scanparam_get(int option, int defvalue);
175 static int ua4900_calibreflective(int option, int defvalue);
176 static int ua4900_calibtransparent(int option, int defvalue);
177 static int ua4900_calibnegative(int option, int defvalue);
180 static int hp3970_calibreflective(int option, int defvalue);
181 static int hp3970_calibtransparent(int option, int defvalue);
182 static int hp3970_calibnegative(int option, int defvalue);
183 static int srt_hp3970_scanparam_get(int file, int option, int defvalue);
184 static int srt_hp3970_platform_get(int option, int defvalue);
187 static int hp4370_calibreflective(int option, int defvalue);
188 static int hp4370_calibtransparent(int option, int defvalue);
189 static int hp4370_calibnegative(int option, int defvalue);
190 static int srt_hp4370_scanparam_get(int file, int option, int defvalue);
193 static int hpg3110_calibnegative(int option, int defvalue);
194 static int hpg3110_calibtransparent(int option, int defvalue);
4218 static int ua4900_calibreflective(int option, int defvalue)
4222 switch(option)
4309 static int hp3800_calibreflective(int option, int defvalue)
4312 switch(option)
4399 static int hp3970_calibreflective(int option, int defvalue)
4402 switch(option)
4489 static int hp4370_calibreflective(int option, int defvalue)
4492 switch(option)
4585 static int fc_calibreflective(int option, int defvalue)
4591 case UA4900: rst = ua4900_calibreflective(option, defvalue); break;
4593 case HP3800: rst = hp3800_calibreflective(option, defvalue); break;
4596 case HP4370: rst = hp4370_calibreflective(option, defvalue); break;
4597 default : rst = hp3970_calibreflective(option, defvalue); break;
4603 static int ua4900_calibtransparent(int option, int defvalue)
4607 switch(option)
4694 static int hp3800_calibtransparent(int option, int defvalue)
4697 switch(option)
4784 static int hp3970_calibtransparent(int option, int defvalue)
4787 switch(option)
4874 static int hp4370_calibtransparent(int option, int defvalue)
4877 switch(option)
4970 static int hpg3110_calibtransparent(int option, int defvalue)
4973 switch(option)
5066 static int fc_calibtransparent(int option, int defvalue)
5072 case UA4900: rst = ua4900_calibtransparent(option, defvalue); break;
5074 case HP3800: rst = hp3800_calibtransparent(option, defvalue); break;
5076 case HP4370: rst = hp4370_calibtransparent(option, defvalue); break;
5077 case HPG3110: rst = hpg3110_calibtransparent(option, defvalue); break;
5078 default : rst = hp3970_calibtransparent(option, defvalue); break;
5084 static int ua4900_calibnegative(int option, int defvalue)
5088 switch(option)
5175 static int hp3800_calibnegative(int option, int defvalue)
5179 switch(option)
5266 static int hp3970_calibnegative(int option, int defvalue)
5270 switch(option)
5357 static int hpg3110_calibnegative(int option, int defvalue)
5361 switch(option)
5454 static int hp4370_calibnegative(int option, int defvalue)
5458 switch(option)
5551 static int fc_calibnegative(int option, int defvalue)
5557 case UA4900: rst = ua4900_calibnegative(option, defvalue); break;
5559 case HP3800: rst = hp3800_calibnegative(option, defvalue); break;
5561 case HP4370: rst = hp4370_calibnegative(option, defvalue); break;
5562 case HPG3110: rst = hpg3110_calibnegative(option, defvalue); break;
5563 default : rst = hp3970_calibnegative(option, defvalue); break;
5569 static int fc_scaninfo_get(int option, int defvalue)
5583 switch(option)
5597 static int fitcalibrate_get(int section, int option, int defvalue)
5604 rst = fc_calibreflective(option, defvalue); break;
5606 rst = fc_calibtransparent(option, defvalue); break;
5608 rst = fc_calibnegative(option, defvalue); break;
5610 rst = fc_scaninfo_get(option, defvalue); break;
5616 static int srt_hp3800_scanparam_get(int option, int defvalue)
5626 switch(option)
5652 static int srt_hp3970_scanparam_get(int file, int option, int defvalue)
5675 switch(option)
5701 static int srt_hp4370_scanparam_get(int file, int option, int defvalue)
5724 switch(option)
5750 static int srt_scancali_get(int file, int option, int defvalue)
5776 switch(option)
5807 static int srt_truegrayparam_get(int file, int option, int defvalue)
5829 switch(option)
5840 static int srt_caliparam_get(int file, int option, int defvalue)
5862 switch(option)
5870 static int srt_hp3800_platform_get(int option, int defvalue)
5880 switch(option)
5891 static int srt_hp3970_platform_get(int option, int defvalue)
5901 switch(option)
5913 static int srt_ua4900_platform_get(int option, int defvalue)
5921 switch(option)
5932 static int srt_hp4370_platform_get(int option, int defvalue)
5942 switch(option)
5953 static int srt_scaninfo_get(int file, int option, int defvalue)
5972 switch(option)
5984 static int srt_sec_get(int file, int section, int option, int defvalue)
5994 case HP3800: rst = srt_hp3800_scanparam_get(option, defvalue); break;
5997 case HP4370: rst = srt_hp4370_scanparam_get(file, option, defvalue); break;
5998 default : rst = srt_hp3970_scanparam_get(file, option, defvalue); break;
6002 rst = srt_scancali_get(file, option, defvalue); break;
6004 rst = srt_truegrayparam_get(file, option, defvalue); break;
6006 rst = srt_caliparam_get(file, option, defvalue); break;
6011 case HP3800: rst = srt_hp3800_platform_get(option, defvalue); break;
6012 case UA4900: rst = srt_ua4900_platform_get(option, defvalue); break;
6015 case HP4370: rst = srt_hp4370_platform_get(option, defvalue); break;
6016 default : rst = srt_hp3970_platform_get(option, defvalue); break;
6020 rst = srt_scaninfo_get(file, option, defvalue); break;
6026 static int get_value(int section, int option, int defvalue, int file)
6033 rst = fitcalibrate_get(section, option, defvalue); break;
6038 rst = srt_sec_get(file, section, option, defvalue); break;