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

/linux-master/drivers/pci/hotplug/
H A Dcpqphp_ctrl.c965 if (cpqhp_slot_list[busnumber] == NULL) {
966 cpqhp_slot_list[busnumber] = new_slot;
968 next = cpqhp_slot_list[busnumber];
990 next = cpqhp_slot_list[old_slot->bus];
995 cpqhp_slot_list[old_slot->bus] = old_slot->next;
1030 next = cpqhp_slot_list[tempBus];
1033 next = cpqhp_slot_list[tempBus];
1036 next = cpqhp_slot_list[bridge->bus];
1042 cpqhp_slot_list[bridge->bus] = bridge->next;
1071 func = cpqhp_slot_list[bu
[all...]
H A Dcpqphp_core.c39 struct pci_func *cpqhp_slot_list[256]; variable in typeref:struct:pci_func
706 cpqhp_slot_list[loop] = NULL;
1312 next = cpqhp_slot_list[loop];
H A Dcpqphp_pci.c579 next = cpqhp_slot_list[sub_bus];
983 next = cpqhp_slot_list[sub_bus];
1081 next = cpqhp_slot_list[secondary_bus];
H A Dcpqphp.h436 extern struct pci_func *cpqhp_slot_list[256];

Completed in 210 milliseconds