new_controller    516 drivers/pci/hotplug/cpci_hotplug_core.c cpci_hp_register_controller(struct cpci_hp_controller *new_controller)
new_controller    522 drivers/pci/hotplug/cpci_hotplug_core.c 	if (!(new_controller && new_controller->ops))
new_controller    524 drivers/pci/hotplug/cpci_hotplug_core.c 	if (new_controller->irq) {
new_controller    525 drivers/pci/hotplug/cpci_hotplug_core.c 		if (!(new_controller->ops->enable_irq &&
new_controller    526 drivers/pci/hotplug/cpci_hotplug_core.c 		     new_controller->ops->disable_irq))
new_controller    528 drivers/pci/hotplug/cpci_hotplug_core.c 		if (request_irq(new_controller->irq,
new_controller    530 drivers/pci/hotplug/cpci_hotplug_core.c 			       new_controller->irq_flags,
new_controller    532 drivers/pci/hotplug/cpci_hotplug_core.c 			       new_controller->dev_id)) {
new_controller    534 drivers/pci/hotplug/cpci_hotplug_core.c 			    new_controller->irq);
new_controller    538 drivers/pci/hotplug/cpci_hotplug_core.c 		    __func__, new_controller->irq);
new_controller    541 drivers/pci/hotplug/cpci_hotplug_core.c 		controller = new_controller;