Home
last modified time | relevance | path

Searched refs:PMRegisterDevice (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.61.12/iokit/IOKit/ !
H A DIOPlatformExpert.h300 virtual void PMRegisterDevice(IOService * theNub, IOService * theDevice);
/xnu-12377.61.12/iokit/Kernel/ !
H A DIOPlatformExpert.cpp555 IOPlatformExpert::PMRegisterDevice(IOService * theNub, IOService * theDevice) in PMRegisterDevice() function in IOPlatformExpert
H A DIOServicePM.cpp671 platform->PMRegisterDevice(this, driver); in joinPMtree()