Home
last modified time | relevance | path

Searched refs:IOPMPowerStateQueue (Results 1 – 5 of 5) sorted by relevance

/xnu-11215/iokit/Kernel/
H A DIOPMPowerStateQueue.cpp32 OSDefineMetaClassAndStructors( IOPMPowerStateQueue, IOEventSource ) in OSDefineMetaClassAndStructors() argument
34 IOPMPowerStateQueue * IOPMPowerStateQueue::PMPowerStateQueue( in OSDefineMetaClassAndStructors()
37 IOPMPowerStateQueue * me = new IOPMPowerStateQueue; in OSDefineMetaClassAndStructors()
48 IOPMPowerStateQueue::init( OSObject * inOwner, Action inAction ) in init()
65 IOPMPowerStateQueue::submitPowerEvent( in submitPowerEvent()
87 IOPMPowerStateQueue::checkForWork( void ) in checkForWork()
H A DIOPMPowerStateQueue.h38 class IOPMPowerStateQueue : public IOEventSource
40 OSDeclareDefaultStructors(IOPMPowerStateQueue);
58 static IOPMPowerStateQueue * PMPowerStateQueue( OSObject * owner, Action action );
H A DIOPMrootDomain.cpp1742 pmPowerStateQueue = IOPMPowerStateQueue::PMPowerStateQueue( in start()
/xnu-11215/iokit/IOKit/pwr_mgt/
H A DRootDomain.h47 class IOPMPowerStateQueue; variable
635 IOPMPowerStateQueue *pmPowerStateQueue;
/xnu-11215/iokit/conf/
H A Dfiles51 iokit/Kernel/IOPMPowerStateQueue.cpp optional iokitcpp