Searched refs:GetPowerstate (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/bus_managers/pci/
H A Dpci_device.cpp129 return gPCI->GetPowerstate(device->device);
H A Dpci.h130 uint8 GetPowerstate(PCIDev *device);
131 status_t GetPowerstate(uint8 domain, uint8 bus, uint8 device,
H A Dpci.cpp311 return gPCI->GetPowerstate(domain, bus, device, function, state);
1863 PCI::GetPowerstate(PCIDev *device) function in class:PCI
1893 PCI::GetPowerstate(uint8 domain, uint8 bus, uint8 _device, uint8 function, function in class:PCI
1900 *state = GetPowerstate(device);

Completed in 96 milliseconds