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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/hotplug/
H A Dcpcihp_zt5550.c63 static struct cpci_hp_controller zt5550_hpc; variable in typeref:struct:cpci_hp_controller
173 if(dev_id == zt5550_hpc.dev_id) {
218 memset(&zt5550_hpc, 0, sizeof (struct cpci_hp_controller));
220 zt5550_hpc.ops = &zt5550_hpc_ops;
222 zt5550_hpc.irq = hc_dev->irq;
223 zt5550_hpc.irq_flags = IRQF_SHARED;
224 zt5550_hpc.dev_id = hc_dev;
233 status = cpci_hp_register_controller(&zt5550_hpc);
266 cpci_hp_unregister_controller(&zt5550_hpc);
278 cpci_hp_unregister_controller(&zt5550_hpc);
[all...]

Completed in 20 milliseconds