Searched refs:devices_found (Results 1 – 3 of 3) sorted by relevance
230 int i, j, devices_found = 0; in init_sc520cdp() local265 ++devices_found; in init_sc520cdp()271 if(devices_found >= 2) { in init_sc520cdp()277 if(devices_found == 3) /* register the third (DIL-Flash) device */ in init_sc520cdp()279 return(devices_found ? 0 : -ENXIO); in init_sc520cdp()
103 int devices_found = 0; in physmap_flash_probe() local168 devices_found++; in physmap_flash_probe()173 if (devices_found == 1) { in physmap_flash_probe()175 } else if (devices_found > 1) { in physmap_flash_probe()179 info->cmtd = mtd_concat_create(info->mtd, devices_found, dev_name(&dev->dev)); in physmap_flash_probe()
825 int i, devices_found = 0; in walk_native_bus() local843 devices_found++; in walk_native_bus()847 } while(!devices_found && hpa < io_io_high); in walk_native_bus()