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

/linux-4.1.27/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) { zt5550_hc_check_irq()
217 memset(&zt5550_hpc, 0, sizeof (struct cpci_hp_controller)); zt5550_hc_init_one()
219 zt5550_hpc.ops = &zt5550_hpc_ops; zt5550_hc_init_one()
221 zt5550_hpc.irq = hc_dev->irq; zt5550_hc_init_one()
222 zt5550_hpc.irq_flags = IRQF_SHARED; zt5550_hc_init_one()
223 zt5550_hpc.dev_id = hc_dev; zt5550_hc_init_one()
232 status = cpci_hp_register_controller(&zt5550_hpc); zt5550_hc_init_one()
266 cpci_hp_unregister_controller(&zt5550_hpc); zt5550_hc_init_one()
278 cpci_hp_unregister_controller(&zt5550_hpc); zt5550_hc_remove_one()

Completed in 99 milliseconds