tmp_slot          781 drivers/pci/hotplug/ibmphp_core.c 	struct slot *tmp_slot;
tmp_slot          789 drivers/pci/hotplug/ibmphp_core.c 		tmp_slot = ibmphp_get_slot_from_physical_num(i);
tmp_slot          790 drivers/pci/hotplug/ibmphp_core.c 		if (!tmp_slot)
tmp_slot          792 drivers/pci/hotplug/ibmphp_core.c 		rc = slot_update(&tmp_slot);
tmp_slot          795 drivers/pci/hotplug/ibmphp_core.c 		if (SLOT_PRESENT(tmp_slot->status) &&
tmp_slot          796 drivers/pci/hotplug/ibmphp_core.c 					SLOT_PWRGD(tmp_slot->status))
tmp_slot          909 drivers/pci/hotplug/ibmphp_core.c 	struct slot *tmp_slot;
tmp_slot          914 drivers/pci/hotplug/ibmphp_core.c 		tmp_slot = ibmphp_get_slot_from_physical_num(i);
tmp_slot          915 drivers/pci/hotplug/ibmphp_core.c 		if (!tmp_slot)
tmp_slot          917 drivers/pci/hotplug/ibmphp_core.c 		if ((SLOT_PWRGD(tmp_slot->status)) &&
tmp_slot          918 drivers/pci/hotplug/ibmphp_core.c 					!(SLOT_CONNECT(tmp_slot->status)))
tmp_slot          692 drivers/pci/hotplug/ibmphp_ebda.c 	struct slot *tmp_slot;
tmp_slot          844 drivers/pci/hotplug/ibmphp_ebda.c 			tmp_slot = kzalloc(sizeof(*tmp_slot), GFP_KERNEL);
tmp_slot          845 drivers/pci/hotplug/ibmphp_ebda.c 			if (!tmp_slot) {
tmp_slot          850 drivers/pci/hotplug/ibmphp_ebda.c 			tmp_slot->flag = 1;
tmp_slot          852 drivers/pci/hotplug/ibmphp_ebda.c 			tmp_slot->capabilities = hpc_ptr->slots[index].slot_cap;
tmp_slot          854 drivers/pci/hotplug/ibmphp_ebda.c 				tmp_slot->supported_speed =  3;
tmp_slot          856 drivers/pci/hotplug/ibmphp_ebda.c 				tmp_slot->supported_speed =  2;
tmp_slot          858 drivers/pci/hotplug/ibmphp_ebda.c 				tmp_slot->supported_speed =  1;
tmp_slot          861 drivers/pci/hotplug/ibmphp_ebda.c 				tmp_slot->supported_bus_mode = 1;
tmp_slot          863 drivers/pci/hotplug/ibmphp_ebda.c 				tmp_slot->supported_bus_mode = 0;
tmp_slot          866 drivers/pci/hotplug/ibmphp_ebda.c 			tmp_slot->bus = hpc_ptr->slots[index].slot_bus_num;
tmp_slot          873 drivers/pci/hotplug/ibmphp_ebda.c 			tmp_slot->bus_on = bus_info_ptr1;
tmp_slot          875 drivers/pci/hotplug/ibmphp_ebda.c 			tmp_slot->ctrl = hpc_ptr;
tmp_slot          877 drivers/pci/hotplug/ibmphp_ebda.c 			tmp_slot->ctlr_index = hpc_ptr->slots[index].ctl_index;
tmp_slot          878 drivers/pci/hotplug/ibmphp_ebda.c 			tmp_slot->number = hpc_ptr->slots[index].slot_num;
tmp_slot          880 drivers/pci/hotplug/ibmphp_ebda.c 			rc = fillslotinfo(&tmp_slot->hotplug_slot);
tmp_slot          884 drivers/pci/hotplug/ibmphp_ebda.c 			rc = ibmphp_init_devno(&tmp_slot);
tmp_slot          887 drivers/pci/hotplug/ibmphp_ebda.c 			tmp_slot->hotplug_slot.ops = &ibmphp_hotplug_slot_ops;
tmp_slot          891 drivers/pci/hotplug/ibmphp_ebda.c 			list_add(&tmp_slot->ibm_slot_list, &ibmphp_slot_head);
tmp_slot          899 drivers/pci/hotplug/ibmphp_ebda.c 	list_for_each_entry(tmp_slot, &ibmphp_slot_head, ibm_slot_list) {
tmp_slot          900 drivers/pci/hotplug/ibmphp_ebda.c 		snprintf(name, SLOT_NAME_SIZE, "%s", create_file_name(tmp_slot));
tmp_slot          901 drivers/pci/hotplug/ibmphp_ebda.c 		pci_hp_register(&tmp_slot->hotplug_slot,
tmp_slot          902 drivers/pci/hotplug/ibmphp_ebda.c 			pci_find_bus(0, tmp_slot->bus), tmp_slot->device, name);
tmp_slot          910 drivers/pci/hotplug/ibmphp_ebda.c 	kfree(tmp_slot);
tmp_slot           55 drivers/pci/hotplug/rpaphp_slot.c 	struct slot *tmp_slot;
tmp_slot           57 drivers/pci/hotplug/rpaphp_slot.c 	list_for_each_entry(tmp_slot, &rpaphp_slot_head, rpaphp_slot_list) {
tmp_slot           58 drivers/pci/hotplug/rpaphp_slot.c 		if (!strcmp(tmp_slot->name, slot->name))