Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/pci/hotplug/
Dcpci_hotplug_core.c593 cpci_hp_register_controller(struct cpci_hp_controller *new_controller) in cpci_hp_register_controller() argument
599 if (!(new_controller && new_controller->ops)) in cpci_hp_register_controller()
601 if (new_controller->irq) { in cpci_hp_register_controller()
602 if (!(new_controller->ops->enable_irq && in cpci_hp_register_controller()
603 new_controller->ops->disable_irq)) in cpci_hp_register_controller()
605 if (request_irq(new_controller->irq, in cpci_hp_register_controller()
607 new_controller->irq_flags, in cpci_hp_register_controller()
609 new_controller->dev_id)) { in cpci_hp_register_controller()
611 new_controller->irq); in cpci_hp_register_controller()
615 __func__, new_controller->irq); in cpci_hp_register_controller()
[all …]