Searched refs:old_slot (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/pci/hotplug/
H A Dcpqphp_core.c268 struct slot *old_slot, *next_slot; local
270 old_slot = ctrl->slot;
273 while (old_slot) {
274 next_slot = old_slot->next;
275 pci_hp_deregister(&old_slot->hotplug_slot);
276 kfree(old_slot);
277 old_slot = next_slot;
H A Dcpqphp_ctrl.c979 * @old_slot: slot to remove
983 static int slot_remove(struct pci_func *old_slot) argument
987 if (old_slot == NULL)
990 next = cpqhp_slot_list[old_slot->bus];
994 if (next == old_slot) {
995 cpqhp_slot_list[old_slot->bus] = old_slot->next;
996 cpqhp_destroy_board_resources(old_slot);
997 kfree(old_slot);
1001 while ((next->next != old_slot)
[all...]
/linux-master/drivers/mmc/host/
H A Dcavium.c274 struct cvm_mmc_slot *old_slot; local
281 old_slot = host->slot[host->last_slot];
282 old_slot->cached_switch = readq(host->base + MIO_EMM_SWITCH(host));
283 old_slot->cached_rca = readq(host->base + MIO_EMM_RCA(host));

Completed in 147 milliseconds