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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/pci/hotplug/
H A Dcpqphp_core.c296 struct slot *old_slot, *next_slot; local
298 old_slot = ctrl->slot;
301 while (old_slot) {
303 next_slot = old_slot->next;
304 pci_hp_deregister (old_slot->hotplug_slot);
305 old_slot = next_slot;
H A Dcpqphp_ctrl.c984 * @old_slot: slot to remove
988 static int slot_remove(struct pci_func * old_slot) argument
992 if (old_slot == NULL)
995 next = cpqhp_slot_list[old_slot->bus];
999 if (next == old_slot) {
1000 cpqhp_slot_list[old_slot->bus] = old_slot->next;
1001 cpqhp_destroy_board_resources(old_slot);
1002 kfree(old_slot);
1006 while ((next->next != old_slot)
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/pci/hotplug/
H A Dcpqphp_core.c296 struct slot *old_slot, *next_slot; local
298 old_slot = ctrl->slot;
301 while (old_slot) {
303 next_slot = old_slot->next;
304 pci_hp_deregister (old_slot->hotplug_slot);
305 old_slot = next_slot;
H A Dcpqphp_ctrl.c984 * @old_slot: slot to remove
988 static int slot_remove(struct pci_func * old_slot) argument
992 if (old_slot == NULL)
995 next = cpqhp_slot_list[old_slot->bus];
999 if (next == old_slot) {
1000 cpqhp_slot_list[old_slot->bus] = old_slot->next;
1001 cpqhp_destroy_board_resources(old_slot);
1002 kfree(old_slot);
1006 while ((next->next != old_slot)
[all...]

Completed in 120 milliseconds