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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOServicePM.cpp98 static const OSSymbol * gIOPMPowerClientDevice = 0; variable
492 gIOPMPowerClientDevice =
2253 return requestPowerState( gIOPMPowerClientDevice, kIOPMPowerStateMax );
2293 return requestPowerState( gIOPMPowerClientDevice, ordinal );
2318 gIOPMPowerClientDevice->retain();
2320 request->fArg1 = (void *) gIOPMPowerClientDevice;
2408 (client == gIOPMPowerClientDevice))
2412 (client != gIOPMPowerClientDevice) &&
2617 if (client == gIOPMPowerClientDevice)
2887 updatePowerClient(gIOPMPowerClientDevice, ticklePowerStat
[all...]

Completed in 17 milliseconds