old_slot          274 drivers/mmc/host/cavium.c 	struct cvm_mmc_slot *old_slot;
old_slot          281 drivers/mmc/host/cavium.c 		old_slot = host->slot[host->last_slot];
old_slot          282 drivers/mmc/host/cavium.c 		old_slot->cached_switch = readq(host->base + MIO_EMM_SWITCH(host));
old_slot          283 drivers/mmc/host/cavium.c 		old_slot->cached_rca = readq(host->base + MIO_EMM_RCA(host));
old_slot          268 drivers/pci/hotplug/cpqphp_core.c 	struct slot *old_slot, *next_slot;
old_slot          270 drivers/pci/hotplug/cpqphp_core.c 	old_slot = ctrl->slot;
old_slot          273 drivers/pci/hotplug/cpqphp_core.c 	while (old_slot) {
old_slot          274 drivers/pci/hotplug/cpqphp_core.c 		next_slot = old_slot->next;
old_slot          275 drivers/pci/hotplug/cpqphp_core.c 		pci_hp_deregister(&old_slot->hotplug_slot);
old_slot          276 drivers/pci/hotplug/cpqphp_core.c 		kfree(old_slot);
old_slot          277 drivers/pci/hotplug/cpqphp_core.c 		old_slot = next_slot;
old_slot          984 drivers/pci/hotplug/cpqphp_ctrl.c static int slot_remove(struct pci_func *old_slot)
old_slot          988 drivers/pci/hotplug/cpqphp_ctrl.c 	if (old_slot == NULL)
old_slot          991 drivers/pci/hotplug/cpqphp_ctrl.c 	next = cpqhp_slot_list[old_slot->bus];
old_slot          995 drivers/pci/hotplug/cpqphp_ctrl.c 	if (next == old_slot) {
old_slot          996 drivers/pci/hotplug/cpqphp_ctrl.c 		cpqhp_slot_list[old_slot->bus] = old_slot->next;
old_slot          997 drivers/pci/hotplug/cpqphp_ctrl.c 		cpqhp_destroy_board_resources(old_slot);
old_slot          998 drivers/pci/hotplug/cpqphp_ctrl.c 		kfree(old_slot);
old_slot         1002 drivers/pci/hotplug/cpqphp_ctrl.c 	while ((next->next != old_slot) && (next->next != NULL))
old_slot         1005 drivers/pci/hotplug/cpqphp_ctrl.c 	if (next->next == old_slot) {
old_slot         1006 drivers/pci/hotplug/cpqphp_ctrl.c 		next->next = old_slot->next;
old_slot         1007 drivers/pci/hotplug/cpqphp_ctrl.c 		cpqhp_destroy_board_resources(old_slot);
old_slot         1008 drivers/pci/hotplug/cpqphp_ctrl.c 		kfree(old_slot);