Home
last modified time | relevance | path

Searched refs:IOPMRequestQueue (Results 1 – 4 of 4) sorted by relevance

/xnu-11215/iokit/Kernel/
H A DIOServicePMPrivate.h744 class IOPMRequestQueue : public IOEventSource
746 OSDeclareDefaultStructors( IOPMRequestQueue );
749 typedef bool (*Action)( IOService *, IOPMRequest *, IOPMRequestQueue * );
762 static IOPMRequestQueue * create( IOService * inOwner, Action inAction );
H A DIOServicePM.cpp97 static IOPMRequestQueue * gIOPMRequestQueue = NULL;
98 static IOPMRequestQueue * gIOPMReplyQueue = NULL;
359 gIOPMRequestQueue = IOPMRequestQueue::create( in PMinit()
360 this, OSMemberFunctionCast(IOPMRequestQueue::Action, in PMinit()
363 gIOPMReplyQueue = IOPMRequestQueue::create( in PMinit()
364 this, OSMemberFunctionCast(IOPMRequestQueue::Action, in PMinit()
7865 IOPMRequestQueue * queue ) in actionPMRequestQueue()
8903 IOPMRequestQueue *
8906 IOPMRequestQueue * me = OSTypeAlloc(IOPMRequestQueue); in create()
8929 IOPMRequestQueue::free( void ) in free()
[all …]
/xnu-11215/iokit/IOKit/
H A DIOServicePM.h47 class IOPMRequestQueue; variable
H A DIOService.h2363 bool actionPMRequestQueue( IOPMRequest * request, IOPMRequestQueue * queue );
2364 bool actionPMReplyQueue( IOPMRequest * request, IOPMRequestQueue * queue );