Lines Matching defs:config
74 #include "../include/sane/config.h"
218 static SANE_Status config_attach_rts8891 (SANEI_Config * config,
2311 SANEI_Config config;
2367 config.descriptors = options;
2368 config.values = values;
2369 config.count = NUM_CFG_OPTIONS;
2375 status = sanei_configure_attach (RTS8891_CONFIG_FILE, &config,
2390 * @param config configuration structure filled with values read
2400 config_attach_rts8891 (SANEI_Config * config, const char *devname,
2403 /* currently, the config is a global variable so config is useless here */
2405 * using an attach function with a config parameter */
2406 if(config==NULL)
2424 * @param config configuration structure filled with values read