firstIO           339 drivers/pci/hotplug/ibmphp.h 	struct resource_node *firstIO;	/* first IO resource on the Bus */
firstIO           342 drivers/pci/hotplug/ibmphp_res.c 					newbus->firstIO = new_io;
firstIO           458 drivers/pci/hotplug/ibmphp_res.c 			if (bus_cur->firstIO)
firstIO           459 drivers/pci/hotplug/ibmphp_res.c 				res = bus_cur->firstIO;
firstIO           550 drivers/pci/hotplug/ibmphp_res.c 		res = bus_cur->firstIO;
firstIO           602 drivers/pci/hotplug/ibmphp_res.c 			res_start = bus_cur->firstIO;
firstIO           649 drivers/pci/hotplug/ibmphp_res.c 				bus_cur->firstIO = res;
firstIO           701 drivers/pci/hotplug/ibmphp_res.c 							bus_cur->firstIO = res;
firstIO           725 drivers/pci/hotplug/ibmphp_res.c 						res->nextRange = bus_cur->firstIO;
firstIO           726 drivers/pci/hotplug/ibmphp_res.c 						bus_cur->firstIO = res;
firstIO           779 drivers/pci/hotplug/ibmphp_res.c 			res_cur = bus_cur->firstIO;
firstIO           861 drivers/pci/hotplug/ibmphp_res.c 					bus_cur->firstIO = res_cur->next;
firstIO           873 drivers/pci/hotplug/ibmphp_res.c 					bus_cur->firstIO = res_cur->nextRange;
firstIO           885 drivers/pci/hotplug/ibmphp_res.c 					bus_cur->firstIO = NULL;
firstIO           993 drivers/pci/hotplug/ibmphp_res.c 			res_cur = bus_cur->firstIO;
firstIO          1360 drivers/pci/hotplug/ibmphp_res.c 	if (bus->firstIO) {
firstIO          1361 drivers/pci/hotplug/ibmphp_res.c 		res_cur = bus->firstIO;
firstIO          1371 drivers/pci/hotplug/ibmphp_res.c 		bus->firstIO = NULL;
firstIO          1491 drivers/pci/hotplug/ibmphp_res.c 			res_cur = bus->firstIO;
firstIO          1596 drivers/pci/hotplug/ibmphp_res.c 		if (bus_cur->firstIO) {
firstIO          1597 drivers/pci/hotplug/ibmphp_res.c 			res_cur = bus_cur->firstIO;
firstIO          1607 drivers/pci/hotplug/ibmphp_res.c 			bus_cur->firstIO = NULL;
firstIO          1806 drivers/pci/hotplug/ibmphp_res.c 		if (bus_cur->firstIO) {
firstIO          1807 drivers/pci/hotplug/ibmphp_res.c 			res = bus_cur->firstIO;