Lines Matching defs:attach
1269 /** attach a device to the backend
1272 attach( const char *dev_name, CnfDef *cnf, Plustek_Device **devp )
1279 DBG( _DBG_SANE_INIT, "attach (%s, %p, %p)\n",
1385 DBG( _DBG_SANE_INIT, "attach: model = >%s<\n", dev->sane.model );
1474 return attach( _DEFAULT_DEVICE, &config, 0 );
1554 /* new section, try and attach previous device */
1556 attach( config.devName, &config, 0 );
1582 /* try to attach the last device in the config file... */
1584 attach( config.devName, &config, 0 );
1688 status = attach( devicename, &config, &dev );