Lines Matching defs:config
51 #include "../include/sane/config.h"
196 umax_pp_attach (SANEI_Config * config, const char *devname)
209 sanei_umax_pp_setastra (atoi((SANE_Char *) config->values[CFG_ASTRA]));
310 val=(const SANE_Char *) config->values[CFG_NAME];
315 val=(const SANE_Char *) config->values[CFG_VENDOR];
342 val=(const SANE_Char *) config->values[CFG_MODEL];
359 umax_pp_try_ports (SANEI_Config * config, char **ports)
373 rc = umax_pp_attach (config, ports[i]);
396 umax_pp_auto_attach (SANEI_Config * config, SANE_Int safe)
404 rc = umax_pp_try_ports (config, ports);
411 rc = umax_pp_try_ports (config, ports);
420 umax_pp_configure_attach (SANEI_Config * config, const char *devname,
443 status = umax_pp_auto_attach (config, SANE_TRUE);
447 status = umax_pp_auto_attach (config, SANE_FALSE);
451 status = umax_pp_attach (config, token);
823 SANEI_Config config;
957 config.descriptors = options;
958 config.values = values;
959 config.count = NUM_CFG_OPTIONS;
962 status = sanei_configure_attach (UMAX_PP_CONFIG_FILE, &config,