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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/hotplug/
H A Dcpci_hotplug.h63 struct cpci_hp_controller { struct
72 extern int cpci_hp_register_controller(struct cpci_hp_controller *controller);
73 extern int cpci_hp_unregister_controller(struct cpci_hp_controller *controller);
H A Dcpcihp_generic.c77 static struct cpci_hp_controller generic_hpc;
164 memset(&generic_hpc, 0, sizeof (struct cpci_hp_controller));
H A Dcpcihp_zt5550.c63 static struct cpci_hp_controller zt5550_hpc;
218 memset(&zt5550_hpc, 0, sizeof (struct cpci_hp_controller));
H A Dcpci_hotplug_core.c61 static struct cpci_hp_controller *controller;
626 cpci_hp_register_controller(struct cpci_hp_controller *new_controller)
678 cpci_hp_unregister_controller(struct cpci_hp_controller *old_controller)

Completed in 41 milliseconds