Searched refs:new_controller (Results 1 – 1 of 1) sorted by relevance
516 cpci_hp_register_controller(struct cpci_hp_controller *new_controller) in cpci_hp_register_controller() argument522 if (!(new_controller && new_controller->ops)) in cpci_hp_register_controller()524 if (new_controller->irq) { in cpci_hp_register_controller()525 if (!(new_controller->ops->enable_irq && in cpci_hp_register_controller()526 new_controller->ops->disable_irq)) in cpci_hp_register_controller()528 if (request_irq(new_controller->irq, in cpci_hp_register_controller()530 new_controller->irq_flags, in cpci_hp_register_controller()532 new_controller->dev_id)) { in cpci_hp_register_controller()534 new_controller->irq); in cpci_hp_register_controller()538 __func__, new_controller->irq); in cpci_hp_register_controller()[all …]