Home
last modified time | relevance | path

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

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