Searched refs:cpqhp_slot_find (Results 1 - 5 of 5) sorted by relevance

/drivers/pci/hotplug/
H A Dcpqphp_pci.c394 new_slot = cpqhp_slot_find(busnumber, device, index++);
397 new_slot = cpqhp_slot_find(busnumber, device, index++);
561 func = cpqhp_slot_find(func->bus, func->device, index++);
667 func = cpqhp_slot_find(func->bus, func->device, index++);
706 func = cpqhp_slot_find(func->bus, func->device, index++);
930 func = cpqhp_slot_find(func->bus, func->device, index++);
959 func = cpqhp_slot_find(func->bus, func->device, index++);
1008 func = cpqhp_slot_find(func->bus, func->device, index++);
1041 func = cpqhp_slot_find(func->bus, func->device, index++);
1149 func = cpqhp_slot_find(fun
[all...]
H A Dcpqphp_ctrl.c86 func = cpqhp_slot_find(ctrl->bus,
165 func = cpqhp_slot_find(ctrl->bus,
256 func = cpqhp_slot_find(ctrl->bus,
1075 * cpqhp_slot_find - Looks for a node by bus, and device, multiple functions accessed
1082 struct pci_func *cpqhp_slot_find(u8 bus, u8 device, u8 index) function
1586 new_slot = cpqhp_slot_find(ctrl->bus, func->device, index++);
1656 temp_func = cpqhp_slot_find(func->bus, func->device, index++);
1663 temp_func = cpqhp_slot_find(temp_func->bus, temp_func->device, index++);
1715 func = cpqhp_slot_find(ctrl->bus, device, 0);
1818 func = cpqhp_slot_find(ctr
[all...]
H A Dcpqphp_core.c461 slot_func = cpqhp_slot_find(bus, device, function);
488 slot_func = cpqhp_slot_find(bus, device, function);
520 slot_func = cpqhp_slot_find(bus, device, function);
1241 func = cpqhp_slot_find(ctrl->bus, device, 0);
H A Dcpqphp_sysfs.c91 new_slot = cpqhp_slot_find(slot->bus, slot->device, 0);
H A Dcpqphp.h420 extern struct pci_func *cpqhp_slot_find(unsigned char bus, unsigned char device,

Completed in 71 milliseconds