Lines Matching defs:config
1539 SANEI_Config config;
1562 config.descriptors = cfg_options;
1563 config.values = values;
1564 config.count = NUM_CFG_OPTIONS;
1567 status = sanei_configure_attach (P5_CONFIG_FILE, &config,
1582 * @param config configuration structure filled with values read
1592 config_attach (SANEI_Config __sane_unused__ * config, const char *devname,
1595 /* currently, the config is a global variable so config is useless here */
1597 * using an attach function with a config parameter */
1598 (void) config;
1601 * directly. The config struct contains all the configuration data for
1605 attach_p5 (devname, config);
1615 * @param config configuration structure filled with values read
1628 attach_p5 (const char *devicename, SANEI_Config * config)
1634 if(config==NULL)
1636 DBG (DBG_warn, "attach: config is NULL\n");