Home
last modified time | relevance | path

Searched refs:pci_hp_register (Results 1 – 10 of 10) sorted by relevance

/linux-4.19.296/drivers/pci/hotplug/
Drpaphp_slot.c121 retval = pci_hp_register(php_slot, slot->bus, slotno, slot->name); in rpaphp_register_slot()
Ds390_pci_hpc.c174 rc = pci_hp_register(slot->hotplug_slot, zdev->bus, in zpci_init_slot()
Dacpiphp_core.c288 retval = pci_hp_register(slot->hotplug_slot, acpiphp_slot->bus, in acpiphp_register_hotplug_slot()
Dshpchp_core.c119 retval = pci_hp_register(slot->hotplug_slot, in init_slots()
Dcpci_hotplug_core.c265 status = pci_hp_register(slot->hotplug_slot, bus, i, name); in cpci_hp_register_bus()
Dsgi_hotplug.c632 rc = pci_hp_register(bss_hotplug_slot, pci_bus, device, name); in sn_hotplug_slot_register()
Dpnv_php.c621 ret = pci_hp_register(&php_slot->slot, php_slot->bus, in pnv_php_register_slot()
Dcpqphp_core.c688 result = pci_hp_register(hotplug_slot, in ctrl_slot_setup()
Dibmphp_ebda.c947 pci_hp_register(tmp_slot->hotplug_slot, in ebda_rsrc_controller()
/linux-4.19.296/include/linux/
Dpci_hotplug.h117 #define pci_hp_register(slot, pbus, devnr, name) \ macro