Searched refs:cpci_hp_controller (Results 1 – 4 of 4) sorted by relevance
49 struct cpci_hp_controller { struct68 int cpci_hp_register_controller(struct cpci_hp_controller *controller); argument69 int cpci_hp_unregister_controller(struct cpci_hp_controller *controller);
58 static struct cpci_hp_controller generic_hpc;148 memset(&generic_hpc, 0, sizeof(struct cpci_hp_controller)); in cpcihp_generic_init()
44 static struct cpci_hp_controller zt5550_hpc;198 memset(&zt5550_hpc, 0, sizeof(struct cpci_hp_controller)); in zt5550_hc_init_one()
48 static struct cpci_hp_controller *controller;503 cpci_hp_register_controller(struct cpci_hp_controller *new_controller) in cpci_hp_register_controller()556 cpci_hp_unregister_controller(struct cpci_hp_controller *old_controller) in cpci_hp_unregister_controller()
Completed in 9 milliseconds