Home
last modified time | relevance | path

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

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