Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/pci/hotplug/
Dcpci_hotplug.h50 struct cpci_hp_controller { struct
64 int cpci_hp_register_controller(struct cpci_hp_controller *controller); argument
65 int cpci_hp_unregister_controller(struct cpci_hp_controller *controller);
Dcpcihp_generic.c58 static struct cpci_hp_controller generic_hpc;
148 memset(&generic_hpc, 0, sizeof(struct cpci_hp_controller)); in cpcihp_generic_init()
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()
Dcpci_hotplug_core.c48 static struct cpci_hp_controller *controller;
573 cpci_hp_register_controller(struct cpci_hp_controller *new_controller) in cpci_hp_register_controller()
627 cpci_hp_unregister_controller(struct cpci_hp_controller *old_controller) in cpci_hp_unregister_controller()