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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOPMPowerStateQueue.cpp29 #include "IOPMPowerStateQueue.h"
32 OSDefineMetaClassAndStructors( IOPMPowerStateQueue, IOEventSource )
34 IOPMPowerStateQueue * IOPMPowerStateQueue::PMPowerStateQueue(
37 IOPMPowerStateQueue * me = new IOPMPowerStateQueue;
48 bool IOPMPowerStateQueue::init( OSObject * inOwner, Action inAction )
62 bool IOPMPowerStateQueue::submitPowerEvent(
85 bool IOPMPowerStateQueue::checkForWork( void )
H A DIOPMPowerStateQueue.h38 class IOPMPowerStateQueue : public IOEventSource class in inherits:IOEventSource
40 OSDeclareDefaultStructors(IOPMPowerStateQueue)
58 static IOPMPowerStateQueue * PMPowerStateQueue( OSObject * owner, Action action );
H A DIOPMrootDomain.cpp45 #include "IOPMPowerStateQueue.h"
117 // Event types for IOPMPowerStateQueue::submitPowerEvent()
959 // Create IOPMPowerStateQueue used to queue external power
961 pmPowerStateQueue = IOPMPowerStateQueue::PMPowerStateQueue(
5555 // IOPMPowerStateQueue callback function. Running on PM work loop thread.
/darwin-on-arm/xnu/iokit/IOKit/pwr_mgt/
H A DRootDomain.h44 class IOPMPowerStateQueue;
495 IOPMPowerStateQueue *pmPowerStateQueue;

Completed in 87 milliseconds