Searched refs:updatePowerClient (Results 1 – 2 of 2) sorted by relevance
| /xnu-11215/iokit/Kernel/ |
| H A D | IOServicePM.cpp | 1346 updatePowerClient(client, fHighestPowerState); in handleRegisterPowerDriver() 2071 updatePowerClient(gIOPMPowerClientDevice, wakePowerState); in handlePowerDomainDidChangeTo() 2648 updatePowerClient(client, state); in handleRequestPowerState() 2660 IOService::updatePowerClient( const OSSymbol * client, IOPMPowerStateIndex powerState ) in updatePowerClient() function in IOService 2825 updatePowerClient(gIOPMPowerClientChildren, desiredState); in computeDesiredState() 3187 updatePowerClient(gIOPMPowerClientDevice, ticklePowerState); in handleActivityTickle() 3202 updatePowerClient(gIOPMPowerClientDevice, ticklePowerState); in handleActivityTickle() 3210 updatePowerClient(gIOPMPowerClientAdvisoryTickle, ticklePowerState); in handleActivityTickle() 3680 updatePowerClient(gIOPMPowerClientDevice, powerState); in startPowerChange() 5222 updatePowerClient(gIOPMPowerClientDevice, kPowerStateZero); in ParentChangeRootChangeDown() [all …]
|
| /xnu-11215/iokit/IOKit/ |
| H A D | IOService.h | 2381 void updatePowerClient( const OSSymbol * client, IOPMPowerStateIndex powerState );
|