cpqhp_routing_table  437 drivers/pci/hotplug/cpqphp.h extern struct irq_routing_table *cpqhp_routing_table;
cpqhp_routing_table  724 drivers/pci/hotplug/cpqphp.h 	BUG_ON(cpqhp_routing_table == NULL);
cpqhp_routing_table  725 drivers/pci/hotplug/cpqphp.h 	return ((cpqhp_routing_table->size - sizeof(struct irq_routing_table)) /
cpqhp_routing_table   40 drivers/pci/hotplug/cpqphp_core.c struct irq_routing_table *cpqhp_routing_table;
cpqhp_routing_table  145 drivers/pci/hotplug/cpqphp_core.c 	cpqhp_routing_table = pcibios_get_irq_routing_table();
cpqhp_routing_table  146 drivers/pci/hotplug/cpqphp_core.c 	if (cpqhp_routing_table == NULL)
cpqhp_routing_table  151 drivers/pci/hotplug/cpqphp_core.c 		kfree(cpqhp_routing_table);
cpqhp_routing_table  152 drivers/pci/hotplug/cpqphp_core.c 		cpqhp_routing_table = NULL;
cpqhp_routing_table  170 drivers/pci/hotplug/cpqphp_core.c 		tbus = cpqhp_routing_table->slots[loop].bus;
cpqhp_routing_table  171 drivers/pci/hotplug/cpqphp_core.c 		tdevice = cpqhp_routing_table->slots[loop].devfn;
cpqhp_routing_table  172 drivers/pci/hotplug/cpqphp_core.c 		tslot = cpqhp_routing_table->slots[loop].slot;
cpqhp_routing_table  320 drivers/pci/hotplug/cpqphp_core.c 		tbus = cpqhp_routing_table->slots[loop].bus;
cpqhp_routing_table  321 drivers/pci/hotplug/cpqphp_core.c 		tdevice = cpqhp_routing_table->slots[loop].devfn >> 3;
cpqhp_routing_table  322 drivers/pci/hotplug/cpqphp_core.c 		tslot = cpqhp_routing_table->slots[loop].slot;
cpqhp_routing_table  245 drivers/pci/hotplug/cpqphp_pci.c 		tbus = cpqhp_routing_table->slots[loop].bus;
cpqhp_routing_table  246 drivers/pci/hotplug/cpqphp_pci.c 		tdevice = cpqhp_routing_table->slots[loop].devfn;
cpqhp_routing_table  247 drivers/pci/hotplug/cpqphp_pci.c 		tslot = cpqhp_routing_table->slots[loop].slot;