Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mtd/maps/
Dsc520cdp.c230 int i, j, devices_found = 0; in init_sc520cdp() local
265 ++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()
Dphysmap.c103 int devices_found = 0; in physmap_flash_probe() local
168 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()
/Linux-v4.19/arch/parisc/kernel/
Ddrivers.c825 int i, devices_found = 0; in walk_native_bus() local
843 devices_found++; in walk_native_bus()
847 } while(!devices_found && hpa < io_io_high); in walk_native_bus()