Lines Matching refs:PCIDev

777 	PCIDev *dev = bus->child;  in _GetNthInfo()
998 for (PCIDev *dev = bus->child; dev; dev = dev->next) { in _ConfigureBridges()
1035 for (PCIDev *dev = bus->child; dev; dev = dev->next) { in ClearDeviceStatus()
1146 PCIDev *newDev = _CreateDevice(bus, dev, function); in _DiscoverDevice()
1165 PCI::_CreateBus(PCIDev *parent, uint8 domain, uint8 bus) in _CreateBus()
1183 PCIDev *
1189 PCIDev *newDev = new(std::nothrow) PCIDev; in _CreateDevice()
1212 PCIDev *sub = parent->child; in _CreateDevice()
1237 PCI::_GetBarInfo(PCIDev *dev, uint8 offset, uint32 &_ramAddress, in _GetBarInfo()
1298 PCI::_GetRomBarInfo(PCIDev *dev, uint8 offset, uint32 &_address, uint32 *_size, in _GetRomBarInfo()
1319 PCI::_ReadBasicInfo(PCIDev *dev) in _ReadBasicInfo()
1358 PCI::_ReadHeaderInfo(PCIDev *dev) in _ReadHeaderInfo()
1544 for (PCIDev *dev = bus->child; dev; dev = dev->next) { in _RefreshDeviceInfo()
1598 PCI::ReadConfig(PCIDev *device, uint16 offset, uint8 size) in ReadConfig()
1633 PCI::WriteConfig(PCIDev *device, uint16 offset, uint8 size, uint32 value) in WriteConfig()
1698 PCI::FindCapability(PCIDev *device, uint8 capID, uint8 *offset) in FindCapability()
1743 PCI::FindExtendedCapability(PCIDev *device, uint16 capID, uint16 *offset) in FindExtendedCapability()
1797 PCI::FindHTCapability(PCIDev *device, uint16 capID, uint8 *offset) in FindHTCapability()
1804 PCIDev *
1814 PCIDev *
1821 for (PCIDev *child = current->child; child != NULL; in _FindDevice()
1829 PCIDev *found = _FindDevice(child->child, domain, bus, device, in _FindDevice()
1845 PCIDev *device = FindDevice(domain, bus, _device, function); in UpdateInterruptLine()
1868 PCI::GetPowerstate(PCIDev *device) in GetPowerstate()
1881 PCI::SetPowerstate(PCIDev *device, uint8 newState) in SetPowerstate()
1901 PCIDev *device = FindDevice(domain, bus, _device, function); in GetPowerstate()
1914 PCIDev *device = FindDevice(domain, bus, _device, function); in SetPowerstate()
1926 PCI::GetMSICount(PCIDev *device) in GetMSICount()
1940 PCI::ConfigureMSI(PCIDev *device, uint32 count, uint32 *startVector) in ConfigureMSI()
1987 PCI::UnconfigureMSI(PCIDev *device) in UnconfigureMSI()
2018 PCI::EnableMSI(PCIDev *device) in EnableMSI()
2049 PCI::DisableMSI(PCIDev *device) in DisableMSI()
2079 PCI::GetMSIXCount(PCIDev *device) in GetMSIXCount()
2093 PCI::ConfigureMSIX(PCIDev *device, uint32 count, uint32 *startVector) in ConfigureMSIX()
2184 PCI::EnableMSIX(PCIDev *device) in EnableMSIX()
2215 PCI::_HtMSIMap(PCIDev *device, uint64 address) in _HtMSIMap()
2238 PCI::_ReadMSIInfo(PCIDev *device) in _ReadMSIInfo()
2264 PCI::_ReadMSIXInfo(PCIDev *device) in _ReadMSIXInfo()
2303 PCI::_ReadHtMappingInfo(PCIDev *device) in _ReadHtMappingInfo()
2340 PCI::_UnconfigureMSIX(PCIDev *device) in _UnconfigureMSIX()
2376 PCI::_DisableMSIX(PCIDev *device) in _DisableMSIX()