Home
last modified time | relevance | path

Searched refs:devices_found (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/mtd/maps/
Dsc520cdp.c230 int i, devices_found = 0; in init_sc520cdp() local
259 ++devices_found; in init_sc520cdp()
265 if(devices_found >= 2) { in init_sc520cdp()
271 if(devices_found == 3) /* register the third (DIL-Flash) device */ in init_sc520cdp()
273 return(devices_found ? 0 : -ENXIO); in init_sc520cdp()
Dphysmap.c103 int devices_found = 0; in physmap_flash_probe() local
168 devices_found++; in physmap_flash_probe()
174 if (devices_found == 1) { in physmap_flash_probe()
176 } else if (devices_found > 1) { in physmap_flash_probe()
180 info->cmtd = mtd_concat_create(info->mtd, devices_found, dev_name(&dev->dev)); in physmap_flash_probe()
/linux-4.1.27/arch/parisc/kernel/
Ddrivers.c824 int i, devices_found = 0; in walk_native_bus() local
842 devices_found++; in walk_native_bus()
846 } while(!devices_found && hpa < io_io_high); in walk_native_bus()