Home
last modified time | relevance | path

Searched refs:cpci_hp_register_controller (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/pci/hotplug/
H A Dcpci_hotplug.h71 int cpci_hp_register_controller(struct cpci_hp_controller *controller);
H A Dcpcihp_generic.c152 status = cpci_hp_register_controller(&generic_hpc); in cpcihp_generic_init()
H A Dcpci_hotplug_core.c516 cpci_hp_register_controller(struct cpci_hp_controller *new_controller) in cpci_hp_register_controller() function
544 EXPORT_SYMBOL_GPL(cpci_hp_register_controller);
H A Dcpcihp_zt5550.c213 status = cpci_hp_register_controller(&zt5550_hpc); in zt5550_hc_init_one()