Lines Matching refs:devs
500 usbGetList( DevList **devs )
518 for( tmp = *devs; tmp ; tmp = tmp->next ) {
530 tmp = getLast(*devs);
534 if( getLast(*devs) != tmp ) {
537 tmp = *devs;
550 if( *devs == NULL )
553 for( tmp = *devs; tmp; tmp = tmp->next ) {
561 static int usbDev_open( Plustek_Device *dev, DevList *devs, int keep_lock )
576 dev->name, dev->usbId, (void*)devs );
581 /* devs is NULL, when called from sane_start */
582 if( devs ) {
588 for( tmp = devs; tmp; tmp = tmp->next ) {
601 for( tmp = devs; tmp; tmp = tmp->next ) {