Home
last modified time | relevance | path

Searched refs:registerPowerDriver (Results 1 – 4 of 4) sorted by relevance

/xnu-11215/iokit/IOKit/
H A DIOService.h1865 virtual IOReturn registerPowerDriver(
/xnu-11215/iokit/Kernel/
H A DIOUserServer.cpp4877 ret = registerPowerDriver(this, sPowerStates, sizeof(sPowerStates) / sizeof(sPowerStates[0])); in serviceJoinPMTree()
4895 …ret = service->registerPowerDriver(this, sPowerStates, sizeof(sPowerStates) / sizeof(sPowerStates[… in serviceJoinPMTree()
H A DIOPMrootDomain.cpp1764 registerPowerDriver(this, ourPowerStates, NUM_POWER_STATES); in start()
11891 registerPowerDriver(this, patriarchPowerStates, 2);
H A DIOServicePM.cpp1141 IOService::registerPowerDriver( in registerPowerDriver() function in IOService