pci_bus_get
struct pci_bus *pci_bus_get(struct pci_bus *bus);
dev->bus = pci_bus_get(bus);
slot->bus = pci_bus_get(parent);