devices_found     846 arch/parisc/kernel/drivers.c 	int i, devices_found = 0;
devices_found     864 arch/parisc/kernel/drivers.c 				devices_found++;
devices_found     868 arch/parisc/kernel/drivers.c 	} while(!devices_found && hpa < io_io_high);
devices_found     216 drivers/mtd/maps/sc520cdp.c 	int i, j, devices_found = 0;
devices_found     251 drivers/mtd/maps/sc520cdp.c 			++devices_found;
devices_found     257 drivers/mtd/maps/sc520cdp.c 	if(devices_found >= 2) {
devices_found     263 drivers/mtd/maps/sc520cdp.c 	if(devices_found == 3) /* register the third (DIL-Flash) device */
devices_found     265 drivers/mtd/maps/sc520cdp.c 	return(devices_found ? 0 : -ENXIO);