slot_func 416 drivers/pci/hotplug/cpqphp_core.c struct pci_func *slot_func; slot_func 433 drivers/pci/hotplug/cpqphp_core.c slot_func = cpqhp_slot_find(bus, device, function); slot_func 434 drivers/pci/hotplug/cpqphp_core.c if (!slot_func) slot_func 437 drivers/pci/hotplug/cpqphp_core.c return cpqhp_set_attention_status(ctrl, slot_func, status); slot_func 443 drivers/pci/hotplug/cpqphp_core.c struct pci_func *slot_func; slot_func 460 drivers/pci/hotplug/cpqphp_core.c slot_func = cpqhp_slot_find(bus, device, function); slot_func 461 drivers/pci/hotplug/cpqphp_core.c if (!slot_func) slot_func 464 drivers/pci/hotplug/cpqphp_core.c slot_func->bus = bus; slot_func 465 drivers/pci/hotplug/cpqphp_core.c slot_func->device = device; slot_func 466 drivers/pci/hotplug/cpqphp_core.c slot_func->function = function; slot_func 467 drivers/pci/hotplug/cpqphp_core.c slot_func->configured = 0; slot_func 468 drivers/pci/hotplug/cpqphp_core.c dbg("board_added(%p, %p)\n", slot_func, ctrl); slot_func 469 drivers/pci/hotplug/cpqphp_core.c return cpqhp_process_SI(ctrl, slot_func); slot_func 475 drivers/pci/hotplug/cpqphp_core.c struct pci_func *slot_func; slot_func 492 drivers/pci/hotplug/cpqphp_core.c slot_func = cpqhp_slot_find(bus, device, function); slot_func 493 drivers/pci/hotplug/cpqphp_core.c if (!slot_func) slot_func 496 drivers/pci/hotplug/cpqphp_core.c dbg("In %s, slot_func = %p, ctrl = %p\n", __func__, slot_func, ctrl); slot_func 497 drivers/pci/hotplug/cpqphp_core.c return cpqhp_process_SS(ctrl, slot_func);