Symbol: cpqhp_slot_find
drivers/pci/hotplug/cpqphp.h
406
struct pci_func *cpqhp_slot_find(unsigned char bus, unsigned char device,
drivers/pci/hotplug/cpqphp_core.c
1184
func = cpqhp_slot_find(ctrl->bus, device, 0);
drivers/pci/hotplug/cpqphp_core.c
434
slot_func = cpqhp_slot_find(bus, device, function);
drivers/pci/hotplug/cpqphp_core.c
461
slot_func = cpqhp_slot_find(bus, device, function);
drivers/pci/hotplug/cpqphp_core.c
493
slot_func = cpqhp_slot_find(bus, device, function);
drivers/pci/hotplug/cpqphp_ctrl.c
151
func = cpqhp_slot_find(ctrl->bus,
drivers/pci/hotplug/cpqphp_ctrl.c
1567
new_slot = cpqhp_slot_find(ctrl->bus, func->device, index++);
drivers/pci/hotplug/cpqphp_ctrl.c
1636
temp_func = cpqhp_slot_find(func->bus, func->device, index++);
drivers/pci/hotplug/cpqphp_ctrl.c
1643
temp_func = cpqhp_slot_find(temp_func->bus, temp_func->device, index++);
drivers/pci/hotplug/cpqphp_ctrl.c
1695
func = cpqhp_slot_find(ctrl->bus, device, 0);
drivers/pci/hotplug/cpqphp_ctrl.c
1781
func = cpqhp_slot_find(ctrl->bus, (hp_slot + ctrl->slot_device_offset), 0);
drivers/pci/hotplug/cpqphp_ctrl.c
1895
func = cpqhp_slot_find(p_slot->bus, p_slot->device, 0);
drivers/pci/hotplug/cpqphp_ctrl.c
1917
func = cpqhp_slot_find(p_slot->bus, p_slot->device, 0);
drivers/pci/hotplug/cpqphp_ctrl.c
2039
func = cpqhp_slot_find(ctrl->bus, device, index++);
drivers/pci/hotplug/cpqphp_ctrl.c
2074
func = cpqhp_slot_find(ctrl->bus, device, index++);
drivers/pci/hotplug/cpqphp_ctrl.c
2077
func = cpqhp_slot_find(ctrl->bus, device, 0);
drivers/pci/hotplug/cpqphp_ctrl.c
2245
new_slot = cpqhp_slot_find(new_slot->bus, new_slot->device, index++);
drivers/pci/hotplug/cpqphp_ctrl.c
242
func = cpqhp_slot_find(ctrl->bus,
drivers/pci/hotplug/cpqphp_ctrl.c
72
func = cpqhp_slot_find(ctrl->bus,
drivers/pci/hotplug/cpqphp_pci.c
1030
func = cpqhp_slot_find(func->bus, func->device, index++);
drivers/pci/hotplug/cpqphp_pci.c
1138
func = cpqhp_slot_find(func->bus, func->device, index++);
drivers/pci/hotplug/cpqphp_pci.c
1259
func = cpqhp_slot_find(primary_bus, dev_func >> 3, 0);
drivers/pci/hotplug/cpqphp_pci.c
1263
func = cpqhp_slot_find(primary_bus, dev_func >> 3, index++);
drivers/pci/hotplug/cpqphp_pci.c
387
new_slot = cpqhp_slot_find(busnumber, device, index++);
drivers/pci/hotplug/cpqphp_pci.c
390
new_slot = cpqhp_slot_find(busnumber, device, index++);
drivers/pci/hotplug/cpqphp_pci.c
556
func = cpqhp_slot_find(func->bus, func->device, index++);
drivers/pci/hotplug/cpqphp_pci.c
662
func = cpqhp_slot_find(func->bus, func->device, index++);
drivers/pci/hotplug/cpqphp_pci.c
701
func = cpqhp_slot_find(func->bus, func->device, index++);
drivers/pci/hotplug/cpqphp_pci.c
919
func = cpqhp_slot_find(func->bus, func->device, index++);
drivers/pci/hotplug/cpqphp_pci.c
948
func = cpqhp_slot_find(func->bus, func->device, index++);
drivers/pci/hotplug/cpqphp_pci.c
997
func = cpqhp_slot_find(func->bus, func->device, index++);
drivers/pci/hotplug/cpqphp_sysfs.c
77
new_slot = cpqhp_slot_find(slot->bus, slot->device, 0);