Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/pci/hotplug/
Dcpci_hotplug_core.c573 cpci_hp_register_controller(struct cpci_hp_controller *new_controller) in cpci_hp_register_controller() argument
579 if (!(new_controller && new_controller->ops)) in cpci_hp_register_controller()
581 if (new_controller->irq) { in cpci_hp_register_controller()
582 if (!(new_controller->ops->enable_irq && in cpci_hp_register_controller()
583 new_controller->ops->disable_irq)) in cpci_hp_register_controller()
585 if (request_irq(new_controller->irq, in cpci_hp_register_controller()
587 new_controller->irq_flags, in cpci_hp_register_controller()
589 new_controller->dev_id)) { in cpci_hp_register_controller()
591 new_controller->irq); in cpci_hp_register_controller()
595 __func__, new_controller->irq); in cpci_hp_register_controller()
[all …]