temp_func        1619 drivers/pci/hotplug/cpqphp_ctrl.c 	struct pci_func *temp_func;
temp_func        1639 drivers/pci/hotplug/cpqphp_ctrl.c 		temp_func = cpqhp_slot_find(func->bus, func->device, index++);
temp_func        1640 drivers/pci/hotplug/cpqphp_ctrl.c 		while (temp_func) {
temp_func        1641 drivers/pci/hotplug/cpqphp_ctrl.c 			if (temp_func->bus_head || temp_func->mem_head
temp_func        1642 drivers/pci/hotplug/cpqphp_ctrl.c 			    || temp_func->p_mem_head || temp_func->io_head) {
temp_func        1646 drivers/pci/hotplug/cpqphp_ctrl.c 			temp_func = cpqhp_slot_find(temp_func->bus, temp_func->device, index++);
temp_func        1540 drivers/pci/hotplug/ibmphp_pci.c 	struct pci_func *temp_func;
temp_func        1585 drivers/pci/hotplug/ibmphp_pci.c 			temp_func = cur_func->next;
temp_func        1587 drivers/pci/hotplug/ibmphp_pci.c 			cur_func = temp_func;