Searched refs:updatePowerClient (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOServicePM.cpp1321 updatePowerClient(client, numberOfStates - 1);
2417 updatePowerClient(client, state);
2427 void IOService::updatePowerClient( const OSSymbol * client, uint32_t powerState ) function in class:IOService
2583 updatePowerClient(gIOPMPowerClientChildren, desiredState);
2887 updatePowerClient(gIOPMPowerClientDevice, ticklePowerState);
2901 updatePowerClient(gIOPMPowerClientDevice, ticklePowerState);
2912 updatePowerClient(gIOPMPowerClientAdvisoryTickle, ticklePowerState);
4843 updatePowerClient(gIOPMPowerClientDevice, 0);
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOService.h1845 void updatePowerClient( const OSSymbol * client, uint32_t powerState );

Completed in 35 milliseconds