Searched refs:setDevicePowerState (Results 1 - 3 of 3) sorted by last modified time

/macosx-10.10.1/IOPCIFamily-239.1.2/
H A DIOPCIDevice.cpp500 ret = parent->setDevicePowerState(this, kIOPCIConfigShadowVolatile,
509 ret = parent->setDevicePowerState(this, 0,
517 ret = parent->setDevicePowerState(this, 0,
H A DIOPCIBridge.cpp816 IOReturn IOPCIBridge::setDevicePowerState(IOPCIDevice * device, IOOptionBits options, function in class:IOPCIBridge
824 DLOG("%s[%p]::setDevicePowerState(%ld, %ld, %d)\n", device->getName(), device, prevState, newState, noSave);
879 IOReturn IOPCIBridge::setDevicePowerState( IOPCIDevice * device, function in class:IOPCIBridge
900 else panic("setDevicePowerState");
3759 bridge->setDevicePowerState(victim, 0, kIOPCIDeviceOnState, kIOPCIDeviceOffState);
3760 pbridge->setDevicePowerState(parent, 0, kIOPCIDeviceOnState, kIOPCIDeviceOffState);
3761 pbridge->setDevicePowerState(parent, 0, kIOPCIDeviceOffState, kIOPCIDeviceOnState);
3762 bridge->setDevicePowerState(victim, 0, kIOPCIDeviceOffState, kIOPCIDeviceOnState);
/macosx-10.10.1/IOPCIFamily-239.1.2/IOKit/pci/
H A DIOPCIBridge.h100 IOReturn setDevicePowerState(IOPCIDevice * device, IOOptionBits options,
219 virtual IOReturn setDevicePowerState( IOPCIDevice * device,

Completed in 100 milliseconds