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

/linux-master/drivers/pci/hotplug/
H A Dcpqphp_pci.c396 new_slot = cpqhp_slot_find(busnumber, device, index++);
399 new_slot = cpqhp_slot_find(busnumber, device, index++);
565 func = cpqhp_slot_find(func->bus, func->device, index++);
671 func = cpqhp_slot_find(func->bus, func->device, index++);
710 func = cpqhp_slot_find(func->bus, func->device, index++);
934 func = cpqhp_slot_find(func->bus, func->device, index++);
963 func = cpqhp_slot_find(func->bus, func->device, index++);
1012 func = cpqhp_slot_find(func->bus, func->device, index++);
1045 func = cpqhp_slot_find(func->bus, func->device, index++);
1153 func = cpqhp_slot_find(fun
[all...]
H A Dcpqphp_ctrl.c72 func = cpqhp_slot_find(ctrl->bus,
151 func = cpqhp_slot_find(ctrl->bus,
242 func = cpqhp_slot_find(ctrl->bus,
1059 * cpqhp_slot_find - Looks for a node by bus, and device, multiple functions accessed
1066 struct pci_func *cpqhp_slot_find(u8 bus, u8 device, u8 index) function
1567 new_slot = cpqhp_slot_find(ctrl->bus, func->device, index++);
1636 temp_func = cpqhp_slot_find(func->bus, func->device, index++);
1643 temp_func = cpqhp_slot_find(temp_func->bus, temp_func->device, index++);
1695 func = cpqhp_slot_find(ctrl->bus, device, 0);
1781 func = cpqhp_slot_find(ctr
[all...]
H A Dcpqphp_sysfs.c77 new_slot = cpqhp_slot_find(slot->bus, slot->device, 0);
H A Dcpqphp_core.c434 slot_func = cpqhp_slot_find(bus, device, function);
461 slot_func = cpqhp_slot_find(bus, device, function);
493 slot_func = cpqhp_slot_find(bus, device, function);
1184 func = cpqhp_slot_find(ctrl->bus, device, 0);
H A Dcpqphp.h406 struct pci_func *cpqhp_slot_find(unsigned char bus, unsigned char device,

Completed in 239 milliseconds