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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/hotplug/
H A Drpaphp_slot.c163 retval = pci_hp_register(php_slot);
165 err("pci_hp_register failed with error %d\n", retval);
H A Dacpiphp_core.c361 retval = pci_hp_register(slot->hotplug_slot);
363 err("pci_hp_register failed with error %d\n", retval);
H A Dfakephp.c120 retval = pci_hp_register(slot);
122 err("pci_hp_register failed with error %d\n", retval);
H A Dpcihp_skeleton.c296 retval = pci_hp_register(slot->hotplug_slot);
298 err("pci_hp_register failed with error %d\n", retval);
H A Dpci_hotplug_core.c613 * pci_hp_register - register a hotplug_slot with the PCI hotplug subsystem
621 int pci_hp_register (struct hotplug_slot *slot) function
656 * previously with a call to pci_hp_register().
685 * hotplug subsystem previously with a call to pci_hp_register().
803 EXPORT_SYMBOL_GPL(pci_hp_register); variable
H A Dshpchp_core.c155 retval = pci_hp_register(slot->hotplug_slot);
157 err("pci_hp_register failed with error %d\n", retval);
H A Dpciehp_core.c248 retval = pci_hp_register(hotplug_slot);
250 err ("pci_hp_register failed with error %d\n", retval);
H A Dcpci_hotplug_core.c288 status = pci_hp_register(slot->hotplug_slot);
290 err("pci_hp_register failed with error %d", status);
H A Dsgi_hotplug.c653 rc = pci_hp_register(bss_hotplug_slot);
H A Dcpqphp_core.c436 result = pci_hp_register(hotplug_slot);
438 err("pci_hp_register failed with error %d\n", result);
H A Dibmphp_ebda.c1002 pci_hp_register (tmp_slot->hotplug_slot);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dpci_hotplug.h173 extern int pci_hp_register (struct hotplug_slot *slot);

Completed in 77 milliseconds