Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/hotplug/
H A Dcpci_hotplug.h52 struct cpci_hp_controller { struct
71 int cpci_hp_register_controller(struct cpci_hp_controller *controller); argument
72 int cpci_hp_unregister_controller(struct cpci_hp_controller *controller);
H A Dcpcihp_generic.c58 static struct cpci_hp_controller generic_hpc;
148 memset(&generic_hpc, 0, sizeof(struct cpci_hp_controller)); in cpcihp_generic_init()
H A Dcpcihp_zt5550.c44 static struct cpci_hp_controller zt5550_hpc;
198 memset(&zt5550_hpc, 0, sizeof(struct cpci_hp_controller)); in zt5550_hc_init_one()
H A Dcpci_hotplug_core.c48 static struct cpci_hp_controller *controller;
516 cpci_hp_register_controller(struct cpci_hp_controller *new_controller) in cpci_hp_register_controller()
569 cpci_hp_unregister_controller(struct cpci_hp_controller *old_controller) in cpci_hp_unregister_controller()