Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/pci/hotplug/
Dcpci_hotplug.h64 struct cpci_hp_controller { struct
78 int cpci_hp_register_controller(struct cpci_hp_controller *controller); argument
79 int cpci_hp_unregister_controller(struct cpci_hp_controller *controller);
Dcpcihp_generic.c77 static struct cpci_hp_controller generic_hpc;
167 memset(&generic_hpc, 0, sizeof (struct cpci_hp_controller)); in cpcihp_generic_init()
Dcpcihp_zt5550.c63 static struct cpci_hp_controller zt5550_hpc;
217 memset(&zt5550_hpc, 0, sizeof (struct cpci_hp_controller)); in zt5550_hc_init_one()
Dcpci_hotplug_core.c61 static struct cpci_hp_controller *controller;
593 cpci_hp_register_controller(struct cpci_hp_controller *new_controller) in cpci_hp_register_controller()
646 cpci_hp_unregister_controller(struct cpci_hp_controller *old_controller) in cpci_hp_unregister_controller()