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

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOServicePM.h35 class IOServicePM;
H A DIOService.h54 #include <IOKit/IOServicePM.h>
306 IOServicePM * pwrMgt;
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOServicePMPrivate.h125 friend class IOServicePM;
169 // IOServicePM
172 class IOServicePM : public OSObject class in inherits:OSObject
177 OSDeclareDefaultStructors( IOServicePM )
180 // Link IOServicePM objects on IOPMWorkQueue.
347 // Serialize IOServicePM state for debug output.
669 bool queuePMRequest( IOPMRequest * request, IOServicePM * pwrMgt );
H A DIOServicePM.cpp514 pwrMgt = new IOServicePM;
3702 IOServicePM * pwrMgt = (IOServicePM *) arg0;
5499 IOServicePM * pwrMgt = context->us->pwrMgt;
5613 IOServicePM * pwrMgt = context->us->pwrMgt;
5686 IOServicePM * pwrMgt = context->us->pwrMgt;
5798 IOServicePM * pwrMgt = context->us->pwrMgt;
7625 // Queue of IOServicePM objects with busy IOPMRequest(s).
7657 bool IOPMWorkQueue::queuePMRequest( IOPMRequest * request, IOServicePM * pwrMgt )
7681 // New Request is blocked, add IOServicePM t
[all...]

Completed in 48 milliseconds