Searched refs:pci_hp_register (Results 1 - 11 of 11) sorted by relevance

/linux-master/include/linux/
H A Dpci_hotplug.h86 #define pci_hp_register(slot, pbus, devnr, name) \ macro
/linux-master/drivers/pci/hotplug/
H A Drpaphp_slot.c109 retval = pci_hp_register(php_slot, slot->bus, slotno, slot->name);
111 err("pci_hp_register failed with error %d\n", retval);
H A Ds390_pci_hpc.c136 return pci_hp_register(&zdev->hotplug_slot, zbus->bus,
H A Dacpiphp_core.c275 retval = pci_hp_register(&slot->hotplug_slot, acpiphp_slot->bus,
280 pr_err("pci_hp_register failed with error %d\n", retval);
H A Dshpchp_core.c104 retval = pci_hp_register(hotplug_slot,
107 ctrl_err(ctrl, "pci_hp_register failed with error %d\n",
H A Dcpci_hotplug_core.c220 status = pci_hp_register(&slot->hotplug_slot, bus, i, name);
222 err("pci_hp_register failed with error %d", status);
H A Dibmphp_ebda.c900 pci_hp_register(&tmp_slot->hotplug_slot,
H A Dcpqphp_core.c657 result = pci_hp_register(&slot->hotplug_slot,
662 err("pci_hp_register failed with error %d\n", result);
H A Dpnv_php.c686 ret = pci_hp_register(&php_slot->slot, php_slot->bus,
/linux-master/drivers/platform/x86/
H A Deeepc-laptop.c738 ret = pci_hp_register(&eeepc->hotplug_slot, bus, 0, "eeepc-wifi");
H A Dasus-wmi.c1815 ret = pci_hp_register(&asus->hotplug_slot, bus, 0, "asus-wifi");

Completed in 209 milliseconds