Searched refs:PCIBus (Results 1 - 5 of 5) sorted by relevance

/haiku/src/add-ons/kernel/bus_managers/pci/
H A Dpci.h26 struct PCIBus { struct
35 PCIBus * parent;
36 PCIBus * child;
62 PCIBus * bus;
81 void InitBus(PCIBus *bus);
128 void ClearDeviceStatus(PCIBus *bus, bool dumpStatus);
158 void _DiscoverBus(PCIBus *bus);
159 void _DiscoverDevice(PCIBus *bus, uint8 dev,
162 PCIDev * _CreateDevice(PCIBus *parent, uint8 dev,
164 PCIBus * _CreateBu
[all...]
H A Dpci_root.cpp51 pci_root_traverse(device_node* node, PCIBus* bus)
H A Dpci.cpp551 PCI::InitBus(PCIBus *bus)
650 data.bus = new(std::nothrow) PCIBus {.domain = domain};
773 PCI::_GetNthInfo(PCIBus *bus, long *currentIndex, long wantIndex,
996 PCI::_ConfigureBridges(PCIBus *bus)
1033 PCI::ClearDeviceStatus(PCIBus *bus, bool dumpStatus)
1106 PCI::_DiscoverBus(PCIBus *bus)
1137 PCI::_DiscoverDevice(PCIBus *bus, uint8 dev, uint8 function)
1158 PCIBus *newBus = _CreateBus(newDev, bus->domain, secondaryBus);
1164 PCIBus *
1167 PCIBus *newBu
[all...]
/haiku/src/add-ons/kernel/drivers/graphics/radeon_hd/
H A Dradeon_hd.cpp71 vhdr->PCIBus, vhdr->PCIDevice, vhdr->PCIFunction, vhdr->VendorID, vhdr->DeviceID);
74 || info.pci->bus != vhdr->PCIBus || info.pci->device != vhdr->PCIDevice
/haiku/headers/private/graphics/radeon_hd/atombios/
H A Datombios.h9284 ULONG PCIBus; //0x4C member in struct:__anon50

Completed in 101 milliseconds