Searched refs:rtr_devfn (Results 1 – 7 of 7) sorted by relevance
/linux-2.4.37.9/drivers/hotplug/ |
D | pciehprm_nonacpi.h | 47 u8 rtr_bus, rtr_devfn; /* Where the interrupt router lies */ member
|
D | shpchprm_nonacpi.h | 47 u8 rtr_bus, rtr_devfn; /* Where the interrupt router lies */ member
|
D | shpchprm_legacy.h | 104 u8 rtr_bus, rtr_devfn; /* Where the interrupt router lies */ member
|
/linux-2.4.37.9/arch/i386/kernel/ |
D | pci-i386.h | 58 u8 rtr_bus, rtr_devfn; /* Where the interrupt router lies */ member
|
D | pci-irq.c | 771 rt->rtr_bus, rt->rtr_devfn); in sis_router_probe() 777 rt->rtr_bus, rt->rtr_devfn); in sis_router_probe() 907 pirq_router_dev = pci_find_slot(rt->rtr_bus, rt->rtr_devfn); in pirq_find_router() 909 DBG("PCI: Interrupt router not found at %02x:%02x\n", rt->rtr_bus, rt->rtr_devfn); in pirq_find_router()
|
/linux-2.4.37.9/arch/x86_64/kernel/ |
D | pci-x86_64.h | 61 u8 rtr_bus, rtr_devfn; /* Where the interrupt router lies */ member
|
D | pci-irq.c | 496 pirq_router_dev = pci_find_slot(rt->rtr_bus, rt->rtr_devfn); in pirq_find_router() 498 DBG("PCI: Interrupt router not found at %02x:%02x\n", rt->rtr_bus, rt->rtr_devfn); in pirq_find_router()
|