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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/hotplug/
H A Dcpqphp_ctrl.c984 if (cpqhp_slot_list[busnumber] == NULL) {
985 cpqhp_slot_list[busnumber] = new_slot;
987 next = cpqhp_slot_list[busnumber];
1009 next = cpqhp_slot_list[old_slot->bus];
1016 cpqhp_slot_list[old_slot->bus] = old_slot->next;
1052 next = cpqhp_slot_list[tempBus];
1055 next = cpqhp_slot_list[tempBus];
1059 next = cpqhp_slot_list[bridge->bus];
1065 cpqhp_slot_list[bridge->bus] = bridge->next;
1094 func = cpqhp_slot_list[bu
[all...]
H A Dcpqphp_core.c55 struct pci_func *cpqhp_slot_list[256]; variable in typeref:struct:pci_func
1316 cpqhp_slot_list[loop] = NULL;
1429 next = cpqhp_slot_list[loop];
H A Dcpqphp_pci.c602 next = cpqhp_slot_list[sub_bus];
991 next = cpqhp_slot_list[sub_bus];
1087 next = cpqhp_slot_list[secondary_bus];
H A Dcpqphp.h443 extern struct pci_func *cpqhp_slot_list[256];

Completed in 49 milliseconds