fake_bus 32 arch/mips/txx9/generic/pci.c struct pci_bus fake_bus; fake_bus 34 arch/mips/txx9/generic/pci.c fake_bus.number = bus; fake_bus 35 arch/mips/txx9/generic/pci.c fake_bus.sysdata = hose; fake_bus 36 arch/mips/txx9/generic/pci.c fake_bus.ops = hose->pci_ops; fake_bus 40 arch/mips/txx9/generic/pci.c fake_bus.parent = &fake_bus; fake_bus 42 arch/mips/txx9/generic/pci.c fake_bus.parent = NULL; fake_bus 44 arch/mips/txx9/generic/pci.c return pci_bus_read_config_word(&fake_bus, devfn, offset, value);